You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
On a standard cluster (at least on v1.21) it seems nodes do not have a storage: "local" label so by default the pod would not be able to run on any node out of the box. PVCs often use network storage anyway.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It looks like
.Values.SLATE.LocalStorage
has multiple functions; it enables use of a PVC but also applies a nodeselector:https://github.com/slateci/slate-catalog/blob/master/stable/osg-frontier-squid/osg-frontier-squid/templates/deployment.yaml#L28
On a standard cluster (at least on v1.21) it seems nodes do not have a
storage: "local"
label so by default the pod would not be able to run on any node out of the box. PVCs often use network storage anyway.The text was updated successfully, but these errors were encountered: