Skip to content

Why master node is not selected as OSD candidate? #7795

Answered by travisn
ccokee asked this question in Q&A
Discussion options

You must be logged in to vote

@ccokee To run on the master nodes, you need to add tolerations such as the following to the CephCluster CR:

  placement:
    all:
      tolerations:
      - key: node-role.kubernetes.io/master
        operator: Exists
        effect: NoSchedule

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by leseb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants