mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Merge pull request #40318 from bonifaido/patch-1-kubefed
Automatic merge from submit-queue Fix kubectl->kubefed typo **What this PR does / why we need it**: The kubefed CLI too had a typo in it's example text. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**:
This commit is contained in:
commit
6de46a8e17
@ -54,7 +54,7 @@ var (
|
|||||||
# a valid RFC 1123 subdomain name. Cluster context
|
# a valid RFC 1123 subdomain name. Cluster context
|
||||||
# must be specified if the cluster name is different
|
# must be specified if the cluster name is different
|
||||||
# than the cluster's context in the local kubeconfig.
|
# than the cluster's context in the local kubeconfig.
|
||||||
kubectl join foo --host-cluster-context=bar`)
|
kubefed join foo --host-cluster-context=bar`)
|
||||||
)
|
)
|
||||||
|
|
||||||
// NewCmdJoin defines the `join` command that joins a cluster to a
|
// NewCmdJoin defines the `join` command that joins a cluster to a
|
||||||
|
Loading…
Reference in New Issue
Block a user