kubo-deployment
kubo-deployment copied to clipboard
Contains manifests used to deploy Cloud Foundry Container Runtime
**What this PR does / why we need it**: PKS users, Alana or Cody, want to assign labels or taint to nodes. And those labels and taints are expected to...
Passing an array of static IPs in kubernetes_master_host seemed impossible with this definition. https://github.com/cloudfoundry-incubator/kubo-deployment/blob/823d949222cef497273063ba9682a881e47b8f81/manifests/ops-files/iaas/vsphere/master-static-ip.yml#L6 Believe it might be possible if this line drops the `[]` `static_ips: ((kubernetes_master_host))` **Recreate the issue:**...
Hi , We were trying to deploy a huge cluster with approximately 100 nodes what count of master nodes will you suggest? And changes do we need to make in...
**What this PR does / why we need it**: This PR demonstrates deploying kubelets on the master nodes. This is the foundation for using Kubernetes itself to install system-level drivers...
Hello I have deployed kubernetes cluster over AWS using this repo. I was trying to add one windows-worker node to my cluster by referring to https://github.com/cloudfoundry-incubator/kubo-deployment/tree/master/manifests/ops-files/windows. After deploying the cluster...
**What this PR does / why we need it**: Configure docker daemon with standard networking settings (docker0 bridge), letting Kubelet/CNI manage cni0 bridge. With this change the cni0 configuration is...
**What this PR does / why we need it**: Adds support for Azure/GCP Windows cloud providers **How can this PR be verified?** Deploy Windows workers to those environments **Is there...
**What happened**: **What you expected to happen**: **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**: **Environment**: in virtalbox bosh -e vbox deploy...
**What this PR does / why we need it**: Decoupled cfcr from kubernetes. Moved all k8s binaries to https://github.com/cloudfoundry-incubator/kubernetes-release **How can this PR be verified?** manually create kubo-release on this...