Managed Kubernetes
Latest
Frequently Asked Questions
Solutions
How Tos
Internal Only
Templates
Powered By

Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Pod 'calico-typha' Not Running on Master Node
Copy Markdown
Open in ChatGPT
Open in Claude
Problem
In a test cluster with less than 3 schedulable nodes, calico-typha is not running.
Environment
- Platform9 Managed Kubernetes (PMK)
- Cluster with less than 3 schedulable nodes
- Calico Typha
Resolution
Scenario #1:
The replicas are hard-coded to 3 in PMK repo to support a large cluster. For a cluster less than 3 nodes , we can reduce the number of replicas to 1:
xxxxxxxxxx~# kubectl scale deploy [Deployment-Name] --replicas=1Scenario #2:
For a cluster with 3 nodes where a single master is marked unschedulable, remove the taint on master node using below command:
xxxxxxxxxx~# kubectl taint node [Master-IP] node-role.kubernetes.io/master:NoSchedule-Note: Removing taint on master will allow the scheduler to schedule new pods on master.
Additional Information
There is a known issue and our development team is working on the fix. We will keep this article up-to-date when this feature is implemented.
VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches
Last updated on
Was this page helpful?
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message