Git Product home page Git Product logo

Comments (4)

garthy avatar garthy commented on July 21, 2024

This is probably due to images being updated/retired by OCI and we need to update the default image reference.

from terraform-kubernetes-installer.

derekoneil avatar derekoneil commented on July 21, 2024

Thanks Garth -- I naively tried to test that by changing the block in instances/*/variables.tf from:

variable "oracle_linux_image_name" {
  default = "Oracle-Linux-7.4-2018.01.20-0"
}

which worked previously, to:

variable "oracle_linux_image_name" {
  default = "Oracle-Linux-7.4-2018.02.21-1"
 }

which is the version string seen in the OCI console, with no change in the result.

I am not sure if that is the correct/only place that the image reference needs to be changed, but I'm happy to test other fixes if you have advice.

from terraform-kubernetes-installer.

beide avatar beide commented on July 21, 2024

I got these error since Friday. I found a workaround. if you go to the instances directory and in each intance folder for example k8smaster. Change the content of datasources.tf like the following
data "oci_core_images" "ImageOCID" {
compartment_id = "${var.compartment_ocid}"
#display_name = "${var.oracle_linux_image_name}"
operating_system = "Oracle Linux"
operating_system_version = "7.4"

}
Bascially, I comment out the display_name and add the two lines afterward. It works for me.

from terraform-kubernetes-installer.

garthy avatar garthy commented on July 21, 2024

Fixed by #190

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.