Git Product home page Git Product logo

Comments (13)

jlamillan avatar jlamillan commented on July 19, 2024 1

Pretty sure it's next on the list after integrating with the oci-flexolume-driver, oci-volume-provisioner and oci-cloud-controller-manager is complete.

from terraform-kubernetes-installer.

jlamillan avatar jlamillan commented on July 19, 2024 1

FYI, we just moved to 1.7.10.

from terraform-kubernetes-installer.

activeshadow avatar activeshadow commented on July 19, 2024 1

FYI, I used the terraform-kubernetes-installer today with the following variables in terraform.tfvars to successfully deploy a cluster in OCI:

etcd_ver          = "v3.2.2"
flannel_ver       = "v0.9.1"
k8s_ver           = "1.8.6"
k8s_dns_ver       = "1.14.5"
k8s_dashboard_ver = "1.8.2"

I noticed the OCI Cloud Controller Manager gets installed, but not the OCI FlexVolume Driver / OCI Volume Provisioner. I'm assuming I can install these manually? When will they be included in the terraform installer?

from terraform-kubernetes-installer.

jlamillan avatar jlamillan commented on July 19, 2024 1

The default version of k8s_ver is now 1.8.5.

from terraform-kubernetes-installer.

j0nr33v3 avatar j0nr33v3 commented on July 19, 2024

Also submit conformance results to CNCF as part of this move

from terraform-kubernetes-installer.

jrosinsk avatar jrosinsk commented on July 19, 2024

running with k8s v1.8.3:

kubelet: Flag --require-kubeconfig has been deprecated, You no longer need to use --require-kubeconfig. This will be removed in a future version. Providing --kubeconfig enables API server mode, omitting --kubeconfig enables standalone mode unless --require-kubeconfig=true is also set. In the latter case, the legacy default kubeconfig path will be used until --require-kubeconfig is removed.

from terraform-kubernetes-installer.

jrosinsk avatar jrosinsk commented on July 19, 2024

kubelet: W1116 20:54:28.065317 14624 server.go:289] --cloud-provider=auto-detect is deprecated. The desired cloud provider should be set explicitly

from terraform-kubernetes-installer.

jrosinsk avatar jrosinsk commented on July 19, 2024

kubelet: E1116 20:54:28.177836 14624 file.go:149] Can't process manifest file "/etc/kubernetes/manifests/worker-kubeconfig.yaml": /etc/kubernetes/manifests/worker-kubeconfig.yaml: couldn't parse as pod(no kind "Config" is registered for version "v1"), please check manifest file.

from terraform-kubernetes-installer.

jrosinsk avatar jrosinsk commented on July 19, 2024

Validate docker logging and log accessibility is working as expected

from terraform-kubernetes-installer.

pravarsh avatar pravarsh commented on July 19, 2024

When is this issue expected to fix?

from terraform-kubernetes-installer.

jlamillan avatar jlamillan commented on July 19, 2024

@garthy

from terraform-kubernetes-installer.

garthy avatar garthy commented on July 19, 2024

I should have a PR ready tomorrow.

from terraform-kubernetes-installer.

jlamillan avatar jlamillan commented on July 19, 2024

Confirmed that a cluster based on the following input variables works fine:

etcd_ver          = "v3.2.2"
flannel_ver       = "v0.9.1"
k8s_ver           = "1.8.6"
k8s_dns_ver       = "1.14.5"
k8s_dashboard_ver = "1.8.2"

I did run into an issue accessing the dashboard:

Error: 'tls: oversized record received with length 20527'
Trying to reach: 'https://10.99.18.3:9090/'

which you can work around by using the following modified URL (note the http instead of https in the URL):

http://localhost:8001/api/v1/namespaces/kube-system/services/http:kubernetes-dashboard:/proxy/

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.