Replies: 1 comment
-
Another angle for addressing this might be to improve the documentation around 'manual' deployment (i.e., Kustomize). This ended up being the 'workaround' provided for #180 but might in fact have been the most appropriate approach anyway. There might always be cases where customers want to tweak the deployment in some way that's specific to their cluster. The ability to do that is a core feature of Kustomize, and part of the reason we moved towards that means of deployment. Our main README currently focuses only on the
cc @Tatsinnit, who has also been looking into updating the docs. |
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
-
It appears to be standard practice to add taints to Windows nodes in mixed-OS clusters, to prevent Linux pods from being inadvertently scheduled to Windows nodes. See guidance here and here.
Issue #180 describes one such situation in which that configuration existed, which caused Periscope not to be deployed to the Windows node, because it did not have the corresponding toleration.
Question: Should the Periscope deployment always add a corresponding toleration, just in case the cluster it is being deployed to has that taint on its Windows nodes?
Some initial thoughts:
@Tatsinnit - any thoughts to add to this?
Beta Was this translation helpful? Give feedback.
All reactions