Skip to content

doc(helm): how to get client key and certs#1966

Open
jabdulvahid wants to merge 1 commit into
NVIDIA:mainfrom
jabdulvahid:fix-day-0
Open

doc(helm): how to get client key and certs#1966
jabdulvahid wants to merge 1 commit into
NVIDIA:mainfrom
jabdulvahid:fix-day-0

Conversation

@jabdulvahid
Copy link
Copy Markdown
Contributor

Description

Type of Change

  • Add - New feature or capability
  • Change - Changes in existing functionality
  • Fix - Bug fixes
  • Remove - Removed features or deprecated functionality
  • Internal - Internal changes (refactoring, tests, docs, etc.)

Related Issues (Optional)

Breaking Changes

  • This PR contains breaking changes

Testing

  • Unit tests added/updated
  • Integration tests added/updated
  • Manual testing performed
  • No testing required (docs, internal refactor, etc.)

Additional Notes

@jabdulvahid jabdulvahid requested a review from shayan1995 May 27, 2026 22:00
@jabdulvahid jabdulvahid self-assigned this May 27, 2026
@jabdulvahid jabdulvahid requested a review from Coco-Ben as a code owner May 27, 2026 22:00
Copy link
Copy Markdown
Contributor

@shayan1995 shayan1995 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some small comments left to make the docs inline with the name changes coming to the repo soon.

If you have trouble resolving `api-<ENVIRONMENT_NAME>.<SITE_DOMAIN_NAME>` you have to map it to the LoadBalancer IP:

```bash
CARBIDE_LB_IP=$(kubectl -n nico-system get svc nico-api-external \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please change this to NICO_LB_IP

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will

-o jsonpath='{.status.loadBalancer.ingress[0].ip}')

grep -q "api-<ENVIRONMENT_NAME>.<SITE_DOMAIN_NAME>" /etc/hosts || \
echo "$CARBIDE_LB_IP api-<ENVIRONMENT_NAME>.<SITE_DOMAIN_NAME>" | sudo tee -a /etc/hosts
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs to change to NICO_LB_IP

kubectl rollout restart deployment/nico-api -n nico-system
```

2. Get the CLI binary - You can skip this step you already have carbide-admin-cli binary.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should start transitioning these to nico-admin-cli since that will be coming in a larger code change next week.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will open a ticket when that merge in?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants