-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(docs): missing "service" command name #43005
fix(docs): missing "service" command name #43005
Conversation
|
Welcome @CaioAugustoo! |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
This PR is related with #43006 |
@iagonc: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/sig network |
Thanks @CaioAugustoo |
refer to #43006 (comment) /cc @tengqm |
as per above comment, removing lgtm. /remove-lgtm |
We can merge this as is. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tengqm The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks @tengqm for this information. |
/lgtm |
LGTM label has been added. Git tree hash: 51fae6b3c27fa5fa8330d7e9ed6c34f70b16b33f
|
kubectl create clusterip NAME
&kubectl create externalname NAME --external-name external.name [--dry-run=server|client|none]
This command is missing "service".
Correct command must be:
kubectl create service externalname NAME --external-name external.name [--dry-run=server|client|none]
&kubectl create service clusterip NAME [--tcp=<port>:<targetPort>] [--dry-run=server|client|none]