Jesse Millan

Results 30 issues of Jesse Millan

Proposed changes ====== This PR adds support for specifying custom cloud-init for nodes. Types of changes ====== New feature. Linked Issues ====== **Depends on:** - (v2.6) https://github.com/rancher/rancher/pull/39085 - (v2.7) https://github.com/rancher/rancher/pull/39254...

status/waiting-backend-changes

This PR adds support for `node_public_key_contents` for specifying the contents of [user-data](https://docs.oracle.com/en-us/iaas/Content/Compute/References/images.htm#User) to nodes. This functionality is available in the `v1.8.0`+ versions of the [OKE driver](https://github.com/rancher-plugins/kontainer-engine-driver-oke/releases/tag/v1.8.0). The PR to update...

Currently, each cluster creates a brand new VCN, subnets, reoute tables, etc. for each cluster. It would be nice if we supported the ability to provision subsequent clusters into an...

enhancement

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....

enhancement

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": [] }...

bug

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...

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...

documentation

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.

documentation

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...

enhancement
help wanted