-
Notifications
You must be signed in to change notification settings - Fork 0
🌱 Allow reattach on node with different name. #2
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
@@ -161,7 +161,8 @@ lvmd: | |||
|
|||
# lvmd.nodeSelector -- Specify nodeSelector. | |||
## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ | |||
nodeSelector: {} | |||
nodeSelector: | |||
instance.hetzner.cloud/is-root-server: "true" |
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.
i guess you can remove this?
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.
@batistein I don't think this can be removed. Up to now we don't have a way to specifiy nodes which have storage.
@@ -287,7 +288,8 @@ node: | |||
|
|||
# node.nodeSelector -- Specify nodeSelector. | |||
## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ | |||
nodeSelector: {} | |||
nodeSelector: | |||
instance.hetzner.cloud/is-root-server: "true" |
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.
remove?
df1205a
to
d767320
Compare
Changed Go code and values.yaml, so that the code runs in a wl-cluster (baremetal on hetzner).
This .envrc is needed:
Install with:
You can upload a new image with
make multi-platform-image-normal