Git Product home page Git Product logo

Comments (8)

jlamillan avatar jlamillan commented on July 19, 2024

I'm pretty sure that worker nodes that has a pubic IP (i.e. when control_plane_subnet_access=public will have a ExternalIP e.g.

 kubectl get nodes -o jsonpath='{.items[*].status.addresses[?(@.type=="ExternalIP")].address}'

129.218.42.90 

For more information, see the Network Access Configuration section.

from terraform-kubernetes-installer.

jlamillan avatar jlamillan commented on July 19, 2024

Feel free to reopen this issue if I misunderstood the question.

from terraform-kubernetes-installer.

kocic11 avatar kocic11 commented on July 19, 2024

from terraform-kubernetes-installer.

jlamillan avatar jlamillan commented on July 19, 2024

kubectl get nodes -o wide

[root@k8s-master-ad1-0 opc]# kubectl get nodes -o wide
NAME                                                 STATUS    AGE       VERSION   EXTERNAL-IP     OS-IMAGE                  KERNEL-VERSION
k8s-worker-ad1-0.k8sworkerad1.k8soci.oraclevcn.com   Ready     1h        v1.7.10   129.213.50.44   Oracle Linux Server 7.4   4.1.12-112.14.10.el7uek.x86_64

Also, is public a default setting for control_plane_subnet_access?

yes

from terraform-kubernetes-installer.

kocic11 avatar kocic11 commented on July 19, 2024

from terraform-kubernetes-installer.

jlamillan avatar jlamillan commented on July 19, 2024

Actually, I believe this issue is due to the fact that your cluster was provisioned before we integrated the Cloud Controller Manager That’s actually going to be due to the same reason :) which handles querying OCI for additional node addresses.

Check to see if the oci-cloud-controller-manager pod is running:

kubectl get pods -n kube-system

If not, try spinning up a new cluster using the latest source.

from terraform-kubernetes-installer.

patientplatypus avatar patientplatypus commented on July 19, 2024

I am also having this issue! If this issue is not open please reopen it!

from terraform-kubernetes-installer.

jlamillan avatar jlamillan commented on July 19, 2024

@patientplatypus see my comment above.

from terraform-kubernetes-installer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.