Replies: 1 comment
-
|
Right now, this needs to be on the pods - but you can specify it within the pod template in the Deployment spec if you want to use a specific IP / pool for a given deployment. I am also working on a stateful set implementation that uses sticky IPs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use
cni.projectcalico.org/ipAddrsannotation to set a static ip for pods, but i want to add this annotation to deployment, as we don't deploy pods directly.Is there a way to do it, or this annotation is only for Pods?
Is there some way to set static ip for pods on Deployment level?
Beta Was this translation helpful? Give feedback.
All reactions