coreos-kubernetes icon indicating copy to clipboard operation
coreos-kubernetes copied to clipboard

CoreOS Container Linux+Kubernetes documentation & Vagrant installers

Results 100 coreos-kubernetes issues
Sort by recently updated
recently updated
newest added

I've submitted the workaround for it in the k8s mainstream repo, sharing here for visibility as well. https://github.com/kubernetes/kubernetes/issues/90331 **What happened:** After upgrade to kubernetes 1.17.5 kubelet does not start I...

I tried to spin up a new single-node cluster but it fails prematurely within the cloudinit unit with the error: ``` ● coreos-cloudinit-791973373.service - Unit generated and executed by coreos-cloudinit...

Not sure where to put this issue, but the latest stable version did seem to have some changes as our network devices were renamed which broke BGP networking. https://github.com/coreos/fedora-coreos-tracker/issues/173

In the [documentation](https://github.com/coreos/coreos-kubernetes/blob/master/Documentation/deploy-master.md#docker-configuration) it says to create a drop-in containing the following: [Service] EnvironmentFile=/etc/kubernetes/cni/docker_opts_cni.env And a `/etc/kubernetes/cni/docker_opts_cni.env` file containing the following: DOCKER_OPT_BIP="" DOCKER_OPT_IPMASQ="" But it seems that these environment variables...

Will there be a new hyperkube 1.10.11 version image build? the last version is 1.10.5.

Hi, is there a wrapper to install CRI-O and use it with kubernetes on Containler Linux ?

Hello, I'm mounting a host volume into the kubelet rkt container via ``` --volume srv,kind=host,source=/srv \ --mount volume=srv,target=/srv \ ``` Below `/srv` I mount some volumes on the host via...

I've deployed the DNS and Dashboard Add-on, according to [Step 5: Deploy Add-ons](https://coreos.com/kubernetes/docs/latest/deploy-addons.html), but they get into a crash loop. My installation procedure is the same as [Manual Installation](https://coreos.com/kubernetes/docs/latest/) except...

I try to access to my deployment but can't reach NodePort net. kubectl get ep ``` NAME ENDPOINTS AGE dark-room-dep 172.17.0.10:8085,172.17.0.9:8085 19h kubernetes 10.66.222.223:6443 8d ``` kubectl get svc ```...

Hello, It seems like some executable is missing on coreOS version 1032.0.0. Trying to run a replicationController with pods inside, that require an EBS volume mounted just gives those errors:...

kind/enhancement
priority/Pmaybe