terraform-kubernetes-installer
terraform-kubernetes-installer copied to clipboard
Terraform Installer for Kubernetes on Oracle Cloud Infrastructure
e.g. ## Compatibility matrix | Kubernetes 1.7.* | Kubernetes 1.8.* | Kubernetes 1.9.* | |-----------------------|-----------------------|----------------------| | ✓ |✓ | ✓ | ✗ |
In order to maintain some relationship between a cluster and the version of terraform-kubernetes-installer it was deployed with, we should be exporting the version / commit id as an output...
One of the clusters we spin up, needs to validate integration of Cloud Controller Manager and Flexvolume Driver plugins through Kubernetes Services, Persistent Volumes, and Persistent Volume Claims.
We're just testing a single cluster shape. We need to add at least one more.
``` gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.2 gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.2 gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.2 quay.io/coreos/hyperkube:v1.7.9_coreos.0 gcr.io/google_containers/kubernetes-dashboard-amd64:v1.6.3 ``` Update these references to pull from wcr.io or oci.io.
Hi, Is there a plan to add support for Calico or other CNI or is Flannel the only option that you will support in this repo? Thanks,
we should have a different ssh key for the NAT instances when using private subnets. Currently its shared with worker, master and etcd instances as well.
Based on some internal feedback, it would be better if we automatically wrote out the instance private key file to generated folder by default instead of having the user manually...
Provide an option in the config to merge the etcd instance and k8smaster instance to the same node.
### Description of issue: We need the apiserver of the k8s cluster installed started with these additional parameters ``` --proxy-client-key-file=/etc/kubernetes/pki/front-proxy-client.key --proxy-client-cert-file=/etc/kubernetes/pki/front-proxy-client.crt --requestheader-client-ca-file=/etc/kubernetes/pki/front-proxy-ca.crt ``` This is for the apiserver aggregator to...