Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

helm usage on Oracle Linux 7.6 k8s

Mihaly Demeczky-OracleJul 19 2019 — edited Jul 21 2019

Hi All,

I have two  OL7.6  VM as a k8s cluster on devops.

KUBELET:

Kubernetes v1.12.7+1.1.2.el7

HELM:

Client: &version.Version{SemVer:"v2.14.2"

Server: &version.Version{SemVer:"v2.14.2"

I get an error when I try the

# helm list

command on the master node.

"Error: Get https://10.96.0.1:443/api/v1/namespaces/kube-system/configmaps?labelSelector=OWNER%!D(MISSING)TILLER: dial tcp 10.96.0.1:443: i/o timeout"

Do you have any suggestion?

Regards,

Mihaly

Comments

Post Details

Added on Jul 19 2019
3 comments
761 views