- 03 Jan, 2019 16 commits
-
-
Kubernetes Prow Robot authored
Add test case for validate container cannot write to readonly volumes
-
Kubernetes Prow Robot authored
[scheduler] Modify the scheduling result struct and improve logging f…
-
Kubernetes Prow Robot authored
apiserver: start only one compactor per unique storagebackend transport config
-
Tara Gu authored
-
Kubernetes Prow Robot authored
Adding cheftako to reviewers
-
Kubernetes Prow Robot authored
kubeadm: cleanup etcd client
-
Kubernetes Prow Robot authored
kubeadm: imports cleanup
-
fabriziopandini authored
-
Kubernetes Prow Robot authored
AWS NLB: Support cross-zone load balancing annotation
-
fabriziopandini authored
-
Dr. Stefan Schimanski authored
-
Kubernetes Prow Robot authored
Typo fix: control plan->control plane
-
Kubernetes Prow Robot authored
Clean unused function in pkg/kubelet/kubelet.go
-
Kubernetes Prow Robot authored
kubeadm: use T.Run API in app/
-
Guoliang Wang authored
-
Kubernetes Prow Robot authored
correctly update pod ready condition
-
- 02 Jan, 2019 17 commits
-
-
Kubernetes Prow Robot authored
Allow enabling/disabling specific extensions/v1beta1 resources
-
Johannes Würbach authored
AWS Network Load Balancer recently got support for cross-zone load balancing. Use the existing `service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled` annotation to configure it.
-
Kubernetes Prow Robot authored
Fix typo cgroupDriver -> cgroup-driver
-
Kubernetes Prow Robot authored
kubeadm: add required etcd certs to selfhosting api-server
-
Jordan Liggitt authored
-
Ed Bartosh authored
Used T.Run API for kubeadm tests in app/ This should improve testing output and make it more visible which test is doing what.
-
AdamDang authored
Typo fix: control plan->control plane
-
Kubernetes Prow Robot authored
add myself to cmd/[kube-]controller-manager OWNERS
-
Kubernetes Prow Robot authored
fix typo: if -> it
-
Dr. Stefan Schimanski authored
-
Ed Bartosh authored
Selfhosting pivoting fails when using --store-certs-in-secrets as api-server fails to start because of missing etcd/ca and apiserver-etcd-client certificates: F1227 16:01:52.237352 1 storage_decorator.go:57] Unable to create storage backend: config (&{ /registry [https://127.0.0.1:2379] /etc/kubernetes/pki/apiserver-etcd-client.key /etc/kubernetes/pki/apiserver-etcd-client.crt /etc/kubernetes/pki/etcd/ca.crt true 0xc000884120 <nil> 5m0s 1m0s}), err (open /etc/kubernetes/pki/apiserver-etcd-client.crt: no such file or directory) Added required certificates to fix this. Secret name for etc/ca certifcate has been converted to conform RFC-1123 subdomain naming conventions to prevent this TLS secret creation failure: unable to create secret: Secret "etcd/ca" is invalid: metadata.name: Invalid value: "etcd/ca": a DNS-1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*') Related issue: kubernetes/kubeadm#1281 -
Kubernetes Prow Robot authored
Fix a typo
-
Alan authored
fix typo: if -> it
-
Kubernetes Prow Robot authored
fix tabwriter to remember column widths, align `kubectl get -w` output
-
Kubernetes Prow Robot authored
Log more details when we get the 0-length error
-
Jordan Liggitt authored
-
Jordan Liggitt authored
-
- 01 Jan, 2019 7 commits
-
-
Davanum Srinivas authored
Change-Id: I9733521a3afd91c54c19fe08d0622df4187c0c0c
-
Kubernetes Prow Robot authored
Moved token related flags to constants.
-
Kubernetes Prow Robot authored
update the feature comment
-
Kubernetes Prow Robot authored
Exclude by default address flag fix #1234
-
Kubernetes Prow Robot authored
kubeadm: use T.Run API in app/cmd
-
Xin Wang authored
Signed-off-by:Xin Wang <wileywang@yunify.com>
-
Kubernetes Prow Robot authored
Typo fix for changelog-1.10
-