terraform-kubernetes-installer
terraform-kubernetes-installer copied to clipboard
Terraform Installer for Kubernetes on Oracle Cloud Infrastructure
simple specify the 3 extra parameters # VCN vcn_id = "ocid1.vcn.oc1.phx.aaaaaaaa545hjqe26s77xpiiuyznb6baxym5ff6lnx5asgggnptwfcg3t7na" dhcp_options_id = "ocid1.dhcpoptions.oc1.phx.aaaaaaaat27e4e6li545u4tnymwk7452gpxvqcszg6jbflpfqvtr7vkxjqnq" public_routetable_id = "ocid1.routetable.oc1.phx.aaaaaaaab5obbsciewyf73r4ggm26uvmykqbyhwphwqiuvqpune3bosoyey
### Terraform Version # Run this command to get the terraform version: $ terraform -v [oracle@OL74-ClientImage terraform-kubernetes-installer]$ terraform -v Terraform v0.11.3 + provider.null v1.0.0 + provider.oci v2.1.0 + provider.random v1.1.0...
We should clearly document the current limitations of the installer (in particular around upgrades etc).
this allows for more clusters within the same VCN, avoiding conflicts related to #168 but solves a different problem
### Terraform Version [pdos@ol7 terraform-kubernetes-installer]$ terraform -v Terraform v0.11.3 + provider.null v1.0.0 + provider.oci v2.1.4 + provider.random v1.2.0 + provider.template v1.0.0 + provider.tls v1.1.0 ### OCI Provider Version [pdos@ol7 terraform-kubernetes-installer]$...
### Terraform Version Latest and greatest from dockerhub hashicorp/terraform See https://github.com/jferr/oci_tf_kuber/blob/master/dockerfile ### OCI Provider Version 2.0.7 ### Terraform Installer for Kubernetes Version Latest and greatest. I've got my docker container...
As reported in issue #177, audit logging is currently broken. This is because `AdvancedAuditing` is enabled by default, but is not configured e.g. `--audit-log-format` and `--audit-policy-file` flags are not set....
The CI tests [are assuming](https://github.com/oracle/terraform-kubernetes-installer/blob/master/tests/create/runner.py#L195) `master_lb_ip` is always defined, which isn't the case when `master_oci_lb_enabled=false`. ``` -------------------------------------------------------- Verifying select Terraform outputs -------------------------------------------------------- { "sensitive": false, "type": "list", "value": [] }...
We currently do not support adding or removing members of the etcd cluster after it is provisioned. We need to add support for dynamically scaling etcd cluster in and out...