oracle / oci-native-ingress-controller

OCI Native Ingress Controller
https://blogs.oracle.com/cloud-infrastructure/post/oracle-cloud-native-ingress-controller-kubernetes
Universal Permissive License v1.0
17 stars 19 forks source link

When I only have one k8s master node on one instance, what the value of cluster_id: in the upper part of the value.yaml file should be #43

Open eyanchao opened 4 months ago

eyanchao commented 4 months ago

I only set up the k8s master node on one instance, so when I deployed the oci-native-ingress-controller via helm, I asked what the value of cluster_id: in the upper part of the value.yaml file should be. I found that this value is required. , I have not created OKE cluster yet.

316d8718eb2073e5b560c303b6d25f7

avianabr commented 3 months ago

Use the oke ocid listed in the oci console

Inbaraj-S commented 3 months ago

@eyanchao You would need an OKE cluster and use its OCID here to run the ingress controller.

eyanchao commented 3 months ago

@eyanchao You would need an OKE cluster and use its OCID here to run the ingress controller.

Will it be possible to support self-built k8s on oci vm in the future? I have a k8s cluster using microk8s on them.

eyanchao commented 3 months ago

Use the oke ocid listed in the oci console Thank you.

Inbaraj-S commented 3 months ago

@eyanchao

Will it be possible to support self-built k8s on oci vm in the future? I have a k8s cluster using microk8s on them.

Currently not in pipeline.