terraform-kubernetes-installer icon indicating copy to clipboard operation
terraform-kubernetes-installer copied to clipboard

Terraform Installer for Kubernetes on Oracle Cloud Infrastructure

Results 58 terraform-kubernetes-installer issues
Sort by recently updated
recently updated
newest added

An extended etcd connectivity issue can lead to pods failing to start. How: flannel uses an expiring (24 hours) etcd keys to manage the subnets allocated it worker nodes e.g....

If there is a restart of the VM instances, the processes on the etcd, master and worker VMs are not coming up. we should configure the processes that we start...

I am trying to install the kubernetes service-catalog into the k8s 1.7.4 provisioned by BMC terraform. The link for installing service catalog is https://github.com/kubernetes-incubator/service-catalog/blob/master/docs/install.md I am getting Error: cluster doesn't...

priority/p1

When load balancer resources are limited in a single bmc tenancy, it'll limit the total number of k8s clusters that can be set up in a team to be used...

help wanted

Access to the k8s master insecure port is already disallowed by ingress. However, we should also ensure that communication within the VCN is also only on the secure port using...

client-to-server communication is already disallowed by ingress. The etcd LB is also private. However, we should also ensure that communication within the VCN is also secured using SSL.

We should add support for all the flavors of Linux distributions BMC provides including Oracle Linux, CentOS, and Ubuntu.

We need to move away from bash init scripts for configuring the cluster to local Ansible playbooks. One of many advantages of this is that we would no longer be...