- 02 Jan, 2019 10 commits
-
-
Kubernetes Prow Robot authored
kubeadm: add required etcd certs to selfhosting api-server
-
Kubernetes Prow Robot authored
add myself to cmd/[kube-]controller-manager OWNERS
-
Kubernetes Prow Robot authored
fix typo: if -> it
-
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 12 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
-
Kubernetes Prow Robot authored
Typo fix for changelog-1.10
-
Kubernetes Prow Robot authored
Look up service accounts from informer before trying live lookup
-
Kubernetes Prow Robot authored
Use prometheus conventions for workqueue metrics
-
Kubernetes Prow Robot authored
update notes
-
Kubernetes Prow Robot authored
Use shareable IPC for sandbox container
-
Kubernetes Prow Robot authored
Make error messages more helpful in some e2e tests
-
Boris authored
Moved token related flags to constants. Token related flags refactored into constants. Moved token related flags to constants. Used new Consts flags in api's validation Build deps fix Moved token related flags to constants. Used new Consts flags in api's validation Build deps fix Lint fix Lint BUILD
-
- 31 Dec, 2018 5 commits
-
-
Kubernetes Prow Robot authored
Commenting error in ItemExponentialFailureRateLimiter
-
Kubernetes Prow Robot authored
fix typo replacee -> replace
-
Ed Bartosh authored
Used T.Run API for kubeadm tests in app/cmd This should improve testing output and make it more visible which test is doing what.
-
Kubernetes Prow Robot authored
kubeadm: use T.Run API in app/apis/kubeadm
-
Md. Emruz Hossain authored
-
- 30 Dec, 2018 11 commits
-
-
Ed Bartosh authored
Used T.Run API for kubeadm tests in app/apis/kubeadm This should improve testing output and make it more visible which test is doing what.
-
Kubernetes Prow Robot authored
RunAsGroup - Update DropDisabled[Alpha]Fields behaviour
-
Kubernetes Prow Robot authored
CRD: Update drop disable fields behavior
-
Zheng Dayu authored
-
Zheng Dayu authored
-
Kubernetes Prow Robot authored
kubeadm: use T.Run API in app/util
-
Kubernetes Prow Robot authored
Fix a race in setting nominated node and the scheduling cycle after it.
-
Bobby (Babak) Salamat authored
-
Bobby (Babak) Salamat authored
-
Kubernetes Prow Robot authored
Update feature-gate handling of TTLSecondsAfterFinished
-
Jordan Liggitt authored
-
- 29 Dec, 2018 2 commits
-
-
Kubernetes Prow Robot authored
Validate PSP allowedProcMountTypes
-
Kubernetes Prow Robot authored
Vendor golint in k/k, and use the vendor version in verify-golint check
-