-
Notifications
You must be signed in to change notification settings - Fork 101
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
Admiralty integration tutorial #213
Conversation
Provides short demo local setup of k8gb working together with admiralty.io
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.
lgtm
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.
lgtm, just several small fixes ahead.
docs/admiralty.md
Outdated
... | ||
``` | ||
|
||
Observe that pods were scheduled to Target cluster after then Annotation patch |
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.
Suggestion just in order to be consistent with beginning of tutorial, 'target' is used with small caps there.
Observe that pods were scheduled to Target cluster after then Annotation patch | |
Observe that pods were scheduled to the target clusters after the application of Annotation patch. |
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.
or maybe vice versa for capital? As for
apiVersion: multicluster.admiralty.io/v1alpha1
kind: Target
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.
sure thing, just needs to be capital everywhere for consistency 👍
docs/admiralty.md
Outdated
|
||
## Add pod annotations to enable multi-cluster scheduling | ||
|
||
Edit `podinfo` Deployment to add admiralty `multicluster.admiralty.io/elect` scheduling Annotation to Pod spec template |
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.
Edit `podinfo` Deployment to add admiralty `multicluster.admiralty.io/elect` scheduling Annotation to Pod spec template | |
Edit `podinfo` Deployment to add Admiralty `multicluster.admiralty.io/elect` scheduling Annotation to Pod spec template |
d42937c
@somaritane thanks a ton for the thorough review, please check again |
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.
lgtm!
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.
lgtm
https://github.com/admiraltyio/admiralty/releases/tag/v0.13.2 ingress annotation trigger released so we can merge this doc |
Provides short demo local setup of k8gb working
together with admiralty.io