File tree Expand file tree Collapse file tree 5 files changed +6
-2
lines changed Expand file tree Collapse file tree 5 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 7373 echo Deploying CodeFlare operator
7474 IMG="${REGISTRY_ADDRESS}"/codeflare-operator
7575 make image-push -e IMG="${IMG}"
76+ # FIXME
77+ kubectl create ns openshift-operators
78+ kubectl apply -n openshift-operators -f config/default/instascale-configmap.yaml
7679 make deploy -e IMG="${IMG}"
7780 kubectl wait --timeout=120s --for=condition=Available=true deployment -n openshift-operators codeflare-operator-manager
7881
File renamed without changes.
Original file line number Diff line number Diff line change 2828resources :
2929# Add metrics service
3030- metrics_service.yaml
31+ # TODO: refactor configuration
32+ - instascale-configmap.yaml
3133
3234# Mount the controller config file for loading manager configurations
3335# through a ComponentConfig type
Original file line number Diff line number Diff line change 11resources :
22- manager.yaml
3- - instascale-configmap.yaml
43
54generatorOptions :
65 disableNameSuffixHash : true
Original file line number Diff line number Diff line change 3838 - " --health-probe-bind-address=:8081"
3939 - " --metrics-bind-address=0.0.0.0:8082"
4040 - " --leader-elect"
41- - " --configs-namespace=codeflare-system "
41+ - " --configs-namespace=openshift-operators "
4242 image : controller:latest
4343 imagePullPolicy : Always
4444 name : manager
You can’t perform that action at this time.
0 commit comments