Skip to content
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 kubectl log commands when they refer to deployment instead of pod #32912

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

tigrato
Copy link
Contributor

@tigrato tigrato commented Oct 3, 2023

This PR fixes a typo on our automatic updates documentation where the kubectl log commands should refer to the deployment since Kubernetes appends random strings to deployment names when building the pod name.

This PR fixes a typo on our automatic updates documentation where the
`kubectl log` commands should refer to the deployment since Kubernetes
appends random strings to deployment names when building the pod name.

Signed-off-by: Tiago Silva <tiago.silva@goteleport.com>
```

And by consulting its logs:

```code
$ kubectl logs <your-agent-release>-updater
$ kubectl logs deployment/<your-agent-release>-updater
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is it a deployment or a statefulset? Looks like the latter to me.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@github-actions
Copy link

github-actions bot commented Oct 3, 2023

🤖 Vercel preview here: https://docs-hs4lcrv2l-goteleport.vercel.app/docs/ver/14.x

@tigrato tigrato enabled auto-merge October 3, 2023 19:23
@tigrato tigrato requested a review from zmb3 October 4, 2023 07:51
@tigrato tigrato added this pull request to the merge queue Oct 4, 2023
Merged via the queue into master with commit c31e078 Oct 4, 2023
29 checks passed
@tigrato tigrato deleted the tigrato/fix-kube-agent-updater-docs branch October 4, 2023 15:16
@public-teleport-github-review-bot

@tigrato See the table below for backport results.

Branch Result
branch/v13 Failed
branch/v14 Create PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants