doc(helm): how to get client key and certs#1966
Open
jabdulvahid wants to merge 1 commit into
Open
Conversation
shayan1995
approved these changes
May 27, 2026
Contributor
shayan1995
left a comment
There was a problem hiding this comment.
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 \ |
Contributor
There was a problem hiding this comment.
can you please change this to NICO_LB_IP
| -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 |
Contributor
There was a problem hiding this comment.
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. |
Contributor
There was a problem hiding this comment.
I think we should start transitioning these to nico-admin-cli since that will be coming in a larger code change next week.
Contributor
Author
There was a problem hiding this comment.
We will open a ticket when that merge in?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Type of Change
Related Issues (Optional)
Breaking Changes
Testing
Additional Notes