Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions platform_versioned_docs/version-24.1/compute-envs/k8s.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ This guide applies a Kubernetes manifest that creates a service account named `t
kind: Secret
metadata:
name: tower-launcher-token
namespace: tower-nf

Choose a reason for hiding this comment

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

The next paragraph down also could do with adding the namespace explicitly to the kuebctl command to verify that token was created successfully.

kubectl -n tower-nf describe secrets/tower-launcher-token

Choose a reason for hiding this comment

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

Also slightly further down - also mossing a ns

kubectl describe secret <SERVICE-ACCOUNT-TOKEN-NAME> | grep -E '^token' | cut -f2 -d':' | tr -d '\t '

annotations:
kubernetes.io/service-account.name: tower-launcher-sa
type: kubernetes.io/service-account-token
Expand Down