terraform-kubernetes-installer
terraform-kubernetes-installer copied to clipboard
Terraform Installer for Kubernetes on Oracle Cloud Infrastructure
As subject says please add those variables to a list on input-variables.md page as it's not straightforward one should modify those in case they don't want to use their own...
After the initial cluster setup if we bring down(terminated state) one of the etcd vm node using terraform taint/apply, the existing etcd mount volume is not getting attached to the...
Currently we aggregate and output as worker_private_ips/worker_public_ips for all the ADs. But if we specify k8sWorkerAd1Count = "0", k8sWorkerAd2Count = "1", k8sWorkerAd3Count = "1" then we need AD specific output...
using the latest "master" version I'm seeing errors that imply to me that this might not work on windows... kubectl config use-context bmcs-k8s-context ': exit status 1. Output: 'export' is...
Pipeline failing with empty unexpected error when tests use the Cloud Controller to provision an LB
The pipeline is failing, but the error message gives no clue what is causing the problem. Seems to appear around the part of waiting for the load balancer: -------------------------------------------------------- Waiting...
## Overview: In order to apply some of the knowledge and lessons learned from managing Kubernetes clusters over time, as well as to resolve some long-standing bugs (e.g. #2, #24,...
One consequence of running kube-proxy on the masters and [making masters nodes](https://github.com/oracle/terraform-kubernetes-installer/commit/e66b62dffd7b79477bb5ca9debeaf69d34dc6e85) is that masters will open up nodeports for exposed services. We support the `worker_nodeport_ingress` input variable, but we...
We would like to upgrade the default version o the k8s dashboard to 1.7.1. This task also includes making whatever changes are to make that happen (e.g. Role-Based Access Control).
It'd be good to have an example configuration that uses Oracle's [Amazon S3 Compatibility API](https://docs.us-phoenix-1.oraclecloud.com/Content/Object/Tasks/s3compatibleapi.htm) for for remote state storage.
We'd like to be able to run in so called "self-hosted" mode where Kubernetes runs control plane components are run as managed pods inside the cluster instead of native processes...