Skip to content

Commit

Permalink
Fix the ingress component for Argo. (kubeflow#93)
Browse files Browse the repository at this point in the history
* Annotations need to be in metadata; this was preventing the static ip
  from being properly assigned.

* Delete the prow env since we no longer use it.

* Recreate the kubeflow-ci environment since the ip address changed.

* Fix kubeflow#92
  • Loading branch information
jlewi authored and k8s-ci-robot committed Mar 30, 2018
1 parent c2c0dfc commit 3991cf2
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 151,139 deletions.
10 changes: 2 additions & 8 deletions test-infra/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: 0.1.0
environments:
kubeflow-ci:
destination:
namespace: default
server: https://35.185.54.227
namespace: kubeflow-test-infra
server: https://35.196.213.148
k8sVersion: v1.7.0
path: kubeflow-ci
lunkai-dev2:
Expand All @@ -12,12 +12,6 @@ environments:
server: https://35.194.21.181
k8sVersion: v1.7.0
path: lunkai-dev2
prow:
destination:
namespace: kubeflow-testing
server: https://35.196.185.88
k8sVersion: v1.7.0
path: prow
releasing:
destination:
namespace: kubeflow-releasing
Expand Down
8 changes: 4 additions & 4 deletions test-infra/components/argo.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@
kind: "Ingress",
metadata: {
name: "argo-ui",
namespace: namespace,
},
annotations: {
"kubernetes.io/ingress.global-static-ip-name": "argo-ui",
namespace: namespace,
annotations: {
"kubernetes.io/ingress.global-static-ip-name": "argo-ui",
},
},
spec: {
rules: [
Expand Down
80 changes: 0 additions & 80 deletions test-infra/environments/kubeflow-ci/.metadata/k.libsonnet

This file was deleted.

19,351 changes: 0 additions & 19,351 deletions test-infra/environments/kubeflow-ci/.metadata/k8s.libsonnet

This file was deleted.

Loading

0 comments on commit 3991cf2

Please sign in to comment.