-
Notifications
You must be signed in to change notification settings - Fork 135
DOCS-2625: Update MKE3 install guide #2461
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview succeeded!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
651e986 to
3174bb2
Compare
DOCS-2625
3174bb2 to
2c0a918
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
| Refer to the MKE 3 documentation around obtaining an admin bearer authentication token for making this call. | ||
|
|
||
| ```bash | ||
| curl -k -H "Authorization: Bearer <authentication-token>" -X PUT https://<manager-node-IP>/collectionGrants/system:serviceaccount:tigera-operator:tigera-operator/swarm/scheduler |
Copilot
AI
Jan 14, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The placeholder <authentication-token> is inconsistent with the variable name AUTHTOKEN used in the explanation below. Use <AUTHTOKEN> in the code snippet to match the explanation.
| curl -k -H "Authorization: Bearer <authentication-token>" -X PUT https://<manager-node-IP>/collectionGrants/system:serviceaccount:tigera-operator:tigera-operator/swarm/scheduler | |
| curl -k -H "Authorization: Bearer <AUTHTOKEN>" -X PUT https://<manager-node-IP>/collectionGrants/system:serviceaccount:tigera-operator:tigera-operator/swarm/scheduler |

DOCS-2625
Product Version(s):
Issue:
Link to docs preview:
https://deploy-preview-2461--tigera.netlify.app/calico-enterprise/3.22/getting-started/install-on-clusters/docker-enterprise
SME review:
DOCS review:
Additional information:
Merge checklist: