- 09 Apr, 2019 1 commit
-
-
madianjun authored
-
- 30 Mar, 2019 6 commits
-
-
Kubernetes Prow Robot authored
Fix golint failures of e2e/framework/[g-j]*.go
-
Kubernetes Prow Robot authored
Fix golint failures in cmd/kubeadm/app/util/system
-
Kubernetes Prow Robot authored
scheduler: handle err and remove useless assignment
-
Kubernetes Prow Robot authored
Fix golint failures of e2e/framework/n*.go
-
Kubernetes Prow Robot authored
clean up func podTimestamp in queue
-
Kubernetes Prow Robot authored
Add expectedCSINode for csiNodeEnabled test cases on nodeinfomanager tests
-
- 29 Mar, 2019 26 commits
-
-
Kenichi Omichi authored
-
Kubernetes Prow Robot authored
Fix lint issues
-
Kubernetes Prow Robot authored
Refactor AWS credential provider
-
Kubernetes Prow Robot authored
Volume DeviceMountablePlugin.CanDeviceMount check when retrieving plugins
-
Mucahit Kurt authored
add expectedCSINode and expectedNode for test cases to compare CSINode and Node object instead of field based comparisons Signed-off-by:Mucahit Kurt <mucahitkurt@gmail.com>
-
Kubernetes Prow Robot authored
Optimize describe pvc output organization
-
Kubernetes Prow Robot authored
Golint pkg/auth/authorizer/abac
-
Kubernetes Prow Robot authored
Add completed job status in cronjob event
-
Kubernetes Prow Robot authored
kubeadm: implement deletion of multiple tokens
-
Kubernetes Prow Robot authored
make kubectl scale work without a GET if a precodition isn't requested
-
Kubernetes Prow Robot authored
fix some golint failures in pkg/apis
-
Kubernetes Prow Robot authored
fix a mistake in get.go
-
Kubernetes Prow Robot authored
delete unused code in proxy_server.go
-
Kubernetes Prow Robot authored
Refactor watchcache to pass function to create objects instead of the empty object itself
-
Kubernetes Prow Robot authored
return empty devicepath for csi attach
-
James Lucktaylor authored
Remove the 'abac' package from the golint exclusion list. Add/edit comments per golint feedback. Set PolicyList to be exported, as not exporting was breaking one of golint's rules around exported funcs returning an unexported type. Fix a broken test
-
fansong.cfs authored
-
shinytang6 authored
-
Kubernetes Prow Robot authored
Fix golint failures of e2e/framework/test_context.go
-
SataQiu authored
-
Kubernetes Prow Robot authored
Disable GCE agent address management on Windows nodes.
-
SataQiu authored
-
caiweidong authored
-
Kenichi Omichi authored
-
Kubernetes Prow Robot authored
Implement CSI migration logic for block volume
-
Peter Hornyack authored
With this metadata key set, "GCEWindowsAgent: GCE address manager status: disabled" will appear in the VM's serial port output during boot. Tested: PROJECT=${CLOUDSDK_CORE_PROJECT} KUBE_GCE_ENABLE_IP_ALIASES=true NUM_WINDOWS_NODES=2 NUM_NODES=2 KUBERNETES_NODE_PLATFORM=windows go run ./hack/e2e.go -- --up cluster/gce/windows/smoke-test.sh cat > iis.yaml <<EOF apiVersion: v1 kind: Pod metadata: name: iis labels: app: iis spec: containers: - image: mcr.microsoft.com/windows/servercore/iis imagePullPolicy: IfNotPresent name: iis-server ports: - containerPort: 80 protocol: TCP nodeSelector: beta.kubernetes.io/os: windows tolerations: - effect: NoSchedule key: node.kubernetes.io/os operator: Equal value: windows1809 EOF kubectl create -f iis.yaml kubectl expose pod iis --type=LoadBalancer --name=iis kubectl get services curl http://<service external IP address>
-
- 28 Mar, 2019 7 commits
-
-
Kubernetes Prow Robot authored
kubeadm: fix join control-plane with external-etcd
-
fabriziopandini authored
-
Kubernetes Prow Robot authored
Update gcp images with security patches
-
Kubernetes Prow Robot authored
Report a watch error instead of eating it when we can't decode
-
Kubernetes Prow Robot authored
Fix none feature gates list
-
Vladimir Vivien authored
-
SataQiu authored
-