harbor-ha | Wise2C ansible playbook to deploy Harbor HA | Continuous Deployment library
kandi X-RAY | harbor-ha Summary
kandi X-RAY | harbor-ha Summary
Wise2C ansible playbook to deploy Harbor HA with GlusterFS and Percorna XtraDB Cluster
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of harbor-ha
harbor-ha Key Features
harbor-ha Examples and Code Snippets
Community Discussions
Trending Discussions on harbor-ha
QUESTION
My local machine kubernetes cluster running fine yesterday util I install some component, my slave1 and slave2 only have 4G for each, and I check the free memory only have 100MB+, then I stop the VM and increase the KVM virtual machine memory to 8GB. And recheck the free memory to make sure it have 2GB+ free for each node. Now the slave1 and slave2 node not running fine,this is the node status:
...ANSWER
Answered 2020-Jul-26 at 05:31are you using kubeadm? if you are using kubeadm; you can follow the next steps:
Delete slaves nodes
kubecl delete node k8sslave1
From the slaves' nodes, execute:
kubeadm reset
Then you need to join the slaves' nodes to the cluster, in the master node execute:
token=$(kubeadm token generate)
kubeadm token create $token --ttl 2h --print-join-command
Paste the output of the command in the slaves nodes.
kubectl join ...
Review that the nodes are join to the cluster and the new state is Ready.
ubuntu@kube-master:~$ kubectl get nodes
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install harbor-ha
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page