kubo-release icon indicating copy to clipboard operation
kubo-release copied to clipboard

Kubernetes BOSH release

Results 35 kubo-release issues
Sort by recently updated
recently updated
newest added

**What happened**: I got following error message from kube-controll-manager when I claim persistent volume. Then `kubectl get pvc` show state pending. ``` $ kubectl get pvc NAME STATUS VOLUME CAPACITY...

unscheduled

**What happened**: `kubernetes.io/hostname` label of node is set to `Ip adress` instead of `hostname` ![image](https://user-images.githubusercontent.com/23224162/61961920-b797a700-afc8-11e9-8ee4-89d19dfe488a.png) on K8S doc they say that the normal behavior is to put hostname : https://kubernetes.io/docs/reference/kubernetes-api/labels-annotations-taints/#kubernetes-io-hostname...

unscheduled

**What happened**: there is an infinite loop inside dpkg in case of error during dpkg https://github.com/cloudfoundry-incubator/kubo-release/blob/7f3ac31359dd859544e003ef7adf1e092d534857/jobs/kubernetes-dependencies/templates/bin/pre-start.erb#L12-L16 witch is the case with dpkg -i libmnl0_1.0.3-3.deb => ![image](https://user-images.githubusercontent.com/23224162/61907923-c92c7080-af2e-11e9-90e8-f78d45f2bac8.png) so a lock is...

unscheduled

**Is your feature request related to a problem? Please describe.** My partners and I attempted to set up CFCR during our Onboarding Week, but weren't able to successfully do it....

in progress

**What happened**: Kubelet job warns that cloud providers are getting externalized through the following log: > I0527 13:20:55.174850 17526 server.go:417] Version: v1.14.1 > W0527 13:20:55.175016 17526 plugins.go:118] WARNING: openstack built-in...

unscheduled

**Is your feature request related to a problem? Please describe.** Each supported iaas supports underlying storageclasses. We provide one for GCE, but should provide for all the iaas types **Describe...

unscheduled

**What this PR does / why we need it**: This PR adds a default storage class for each of the currently supported IaaS types. Today, only a GCE storageclass is...

unscheduled

We are deploying a simple HAProxy container as a DaemonSet. DockerFile ``` FROM haproxy:1.7 RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y dnsutils COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg ``` haproxy.cfg ``` global...

accepted
needs followup

**Is your feature request related to a problem? Please describe.** In order to make Openstack cloud provider working you need to disable on Bosh `human_readable_vm_names`. See old PR https://github.com/cloudfoundry-incubator/kubo-release/pull/149 with...

unscheduled

**What happened**: My kubo test cluster in Azure looks like this: ``` Instance Process State AZ IPs VM CID VM Type Active master/a7637fc0-0e2f-45dd-8e01-00d7e2e51496 running z1 10.255.10.8 agent_id:6259000d-d684-4025-9c79-778c8350376d;resource_group_name:banana-env-cfcr small true worker/088a2160-2eb9-4a2a-9d31-63ca4ee73982...

unscheduled