Skip to content

Commit

Permalink
Remove kubeconfig (kubernetes#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienvas authored and istio-testing committed Oct 1, 2018
1 parent 59e084c commit a41fd2a
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 51 deletions.
16 changes: 0 additions & 16 deletions prow/cluster/jobs/all-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,6 @@ test_infra_master_spec: &test_infra_master_spec

periodics:

- interval: 10m
name: test-infra-cleanup-cluster
labels:
preset-service-account: "true"
preset-istio-kubeconfig: "true"
spec:
<<: *test_infra_master_spec

- interval: 10m
name: test-infra-cleanup-cluster-release
labels:
preset-service-account: "true"
preset-daily-kubeconfig: "true"
spec:
<<: *test_infra_master_spec

- interval: 10m
name: test-infra-cleanup-GKE
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ presubmits:
always_run: true
labels:
preset-service-account: "true"
preset-istio-kubeconfig: "true"
spec:
<<: *build_spec

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ presubmits:
always_run: true
labels:
preset-service-account: "true"
preset-istio-kubeconfig: "true"
spec:
<<: *build_spec

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ presubmits:
always_run: true
labels:
preset-service-account: true
preset-istio-kubeconfig: true
spec:
<<: *build_spec
- name: daily-pilot-e2e-envoyv2-v1alpha3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ presubmits:
always_run: true
labels:
preset-service-account: "true"
preset-istio-kubeconfig: "true"
spec:
<<: *build_spec

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ presubmits:
optional: true
labels:
preset-service-account: "true"
preset-istio-kubeconfig: "true"
spec:
<<: *build_spec

Expand All @@ -49,7 +48,6 @@ presubmits:
always_run: true
labels:
preset-service-account: "true"
preset-istio-kubeconfig: "true"
spec:
<<: *build_spec
run_after_success:
Expand Down Expand Up @@ -118,7 +116,6 @@ postsubmits:
branches: *branch_spec
labels:
preset-service-account: "true"
preset-istio-kubeconfig: "true"
spec:
<<: *test_spec
run_after_success:
Expand Down
3 changes: 0 additions & 3 deletions prow/cluster/jobs/istio/istio/istio.istio.release-0.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ presubmits:
optional: true
labels:
preset-service-account: "true"
preset-istio-kubeconfig: "true"
spec:
<<: *build_spec

Expand All @@ -50,7 +49,6 @@ presubmits:
always_run: true
labels:
preset-service-account: "true"
preset-istio-kubeconfig: "true"
spec:
<<: *build_spec
run_after_success:
Expand Down Expand Up @@ -112,7 +110,6 @@ postsubmits:
branches: *branch_spec
labels:
preset-service-account: "true"
preset-istio-kubeconfig: "true"
spec:
<<: *test_spec
run_after_success:
Expand Down
3 changes: 0 additions & 3 deletions prow/cluster/jobs/istio/istio/istio.istio.release-1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ presubmits:
optional: true
labels:
preset-service-account: "true"
preset-istio-kubeconfig: "true"
spec:
<<: *build_spec

Expand All @@ -50,7 +49,6 @@ presubmits:
always_run: true
labels:
preset-service-account: "true"
preset-istio-kubeconfig: "true"
spec:
<<: *build_spec
run_after_success:
Expand Down Expand Up @@ -119,7 +117,6 @@ postsubmits:
branches: *branch_spec
labels:
preset-service-account: "true"
preset-istio-kubeconfig: "true"
spec:
<<: *test_spec
run_after_success:
Expand Down
22 changes: 0 additions & 22 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,25 +258,3 @@ presets:
- name: cache-ssd
hostPath:
path: /mnt/disks/ssd0/proxy
- labels:
preset-istio-kubeconfig: "true"
env:
- name: KUBECONFIG
value: /home/bootstrap/.kube/config
volumeMounts:
- name: kubeconfig
mountPath: /home/bootstrap/.kube
volumes:
- name: kubeconfig
secret:
secretName: istio-e2e-rbac-kubeconfig
- labels:
preset-daily-kubeconfig: "true"
volumeMounts:
- name: kubeconfig
mountPath: /home/bootstrap/.kube
volumes:
- name: kubeconfig
secret:
secretName: daily-release-e2e-rbac-kubeconfig

0 comments on commit a41fd2a

Please sign in to comment.