Lorenzo Garuti

Results 19 comments of Lorenzo Garuti

The same probelm occures if i try to use the private ip ocid as target_id: ``` │ Error: 404-NotAuthorizedOrNotFound │ Provider version: 4.64.0, released on 2022-02-16. This provider is 13...

I've found a workaround. With some reverse enginereeng i've inspected the html of the web console and i've found that the name was setted to the instance name (the name...

UPDATE The value in the name argument can be any kind of string ``` name = format("%s_%s", "k3s_server", count.index) ``` or ``` name = data.oci_core_instance_pool_instances.k3s_servers_instances.instances[count.index].display_name ``` so the name argument...

I don't think the server keyword is needed. From the [docs](https://rancher.com/docs/k3s/latest/en/quick-start/): ``` Setting the K3S_URL parameter causes K3s to run in worker mode. The K3s agent will register with the...

Wow that's a lot of new features 👍 I think I will split this PR in two sub PR: * OS choice Ubuntu/Oracle Linux * CCM installation Please don't delete...

Are this file missing in your branch? * "files/oci-cloud-controller-manager.yaml" * "files/oci-cloud-controller-manager-rbac.yaml"

This resource "null_resource" "oci_ccm_config" is required?

Hi @mannp CCM is in roadmap. I will open a new PR ASAP

Hi @Djelibeybi yes sure, you can submit a new PR

Hi @Djelibeybi I have created a new PR #20 for Oracle Linux OS support. I haven't used a variable for the OS determination but I check if */etc/lsb-release* exist. If...