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

The cloud controller, flex volume, and other related plugins should (optionally) use instance principals for their credentials -- https://docs.us-phoenix-1.oraclecloud.com/Content/Identity/Tasks/callingservicesfrominstances.htm

enhancement

Currently, after a k8s cluster has been created, etcd nodes cannot successfully be replaced. This is a limitation due to how the etcd cluster is created. The current method is...

This PR is a fix for https://github.com/oracle/terraform-kubernetes-installer/issues/166

During some training sessions, some users attempted to use the installer on Windows and ran into issues. This is a known situation. Best option is to run on Linux or...

documentation

This handles the case where the user only has the use permission, which prevents them from creating subnets (or security lists, or route tables), but allows them to launch instances.

enhancement

### Terraform Version # Run this command to get the terraform version: $ terraform -v ### OCI Provider Version # Execute the plugin directly to get the version: $ \/terraform-provider-oci...

enhancement

The Terraform Installer should offer an option - possibly enabled by default - to enable HPA pre-configured by installing Heapster, along with InfluxDB and Grafana. If a customer wants to...

enhancement

### Terraform Version Not relevant ### OCI Provider Version Not relevant ### Terraform Installer for Kubernetes Version v1.3.0-44-g8519170 ### Input Variables ``` private_key_path = "~/.oraclebmc/api_key.pem" ``` ### Description of issue:...

enhancement

We need to disable the firewalld daemon on the instances as its causing connectivity issues say if an etcd instance is rebooted, the master is unable to the etcd instance...

bug