File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed
Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,17 @@ setup:
2424 label-selector : app=cert-manager
2525 for : condition=Ready
2626
27+ - name : setup vpa
28+ command : |
29+ helm repo add cowboysysop https://cowboysysop.github.io/charts/
30+ helm repo update
31+ helm install vpa cowboysysop/vertical-pod-autoscaler --version 6.0.3
32+ wait :
33+ - namespace : default
34+ resource : pod
35+ label-selector : app.kubernetes.io/name=vertical-pod-autoscaler
36+ for : condition=Ready
37+
2738 - name : install function-mesh operator
2839 command : |
2940 make generate
@@ -38,16 +49,6 @@ setup:
3849 label-selector : app.kubernetes.io/name=function-mesh-operator
3950 for : condition=Ready
4051
41- - name : setup vpa
42- command : |
43- helm repo add cowboysysop https://cowboysysop.github.io/charts/
44- helm repo update
45- helm install vpa cowboysysop/vertical-pod-autoscaler --version 6.0.3
46- wait :
47- - namespace : default
48- resource : pod
49- label-selector : app.kubernetes.io/name=vertical-pod-autoscaler
50- for : condition=Ready
5152
5253 - name : install pulsar cluster
5354 command : |
Original file line number Diff line number Diff line change 4242 command : |
4343 kubectl create -n ${FUNCTION_MESH_NAMESPACE} -f .ci/clusters/global_backend_config.yaml
4444
45-
46-
4745 - name : install pulsar cluster
4846 command : |
4947 helm repo add streamnative https://charts.streamnative.io
You can’t perform that action at this time.
0 commit comments