Skip to content

Commit

Permalink
doc: Indicate that we can also install the local certificates in here
Browse files Browse the repository at this point in the history
  • Loading branch information
Konubinix committed Sep 18, 2024
1 parent 745bdbd commit f5992d4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions python/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -1949,6 +1949,16 @@ def setup_credentials():
You might want to take advantage of `clk k8s docker-credentials` and `clk
k8s registry-login` in this command.
You might also want to use `clk k8s cert-manager install-local-certificate`
to make sure your local browser will be able to connect to the cluster.
Therefore, a good default could be to do in your project `clk alias set
k8s.setup-credentials k8s.docker-credentials
k8s.cert-manager.install-local-certificate`
This is not the default because I believe this depends too much on the
project you are working on.
"""
LOGGER.debug('No credentials added in the cluster.'
' You might want to customize this to automatically'
Expand Down

0 comments on commit f5992d4

Please sign in to comment.