File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ pkg/mocks/mock%.go: $(shell find ./pkg/cloud -type f -name "*test*" -prune -o -p
179
179
180
180
.PHONY : tilt-up
181
181
tilt-up : cluster-api kind-cluster cluster-api/tilt-settings.json manifests cloud-config # Setup and run tilt for development.
182
- export CLOUDSTACK_B64ENCODED_SECRET=$(base64 -i cloud-config ) && cd cluster-api && tilt up
182
+ export CLOUDSTACK_B64ENCODED_SECRET=$$ (base64 -i cloud-config ) && cd cluster-api && tilt up
183
183
184
184
.PHONY : kind-cluster
185
185
kind-cluster : cluster-api cluster-api/hack/kind-install-for-capd.sh # Create a kind cluster with a local Docker repository.
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ KUBECONFIG=capc-cluster.kubeconfig kubectl logs test-thing
187
187
### kubectl/clusterctl Reference:
188
188
- Pods in capc-cluster -- cluster running in cloudstack
189
189
```
190
- cluster-api-provider-cloudstack-staging % KUBECONFIG=capc-cluster.kubeconfig kubectl get pods -A
190
+ % KUBECONFIG=capc-cluster.kubeconfig kubectl get pods -A
191
191
NAMESPACE NAME READY STATUS RESTARTS AGE
192
192
default test-thing 0/1 Completed 0 2m43s
193
193
kube-system cilium-jxw68 1/1 Running 0 6m
@@ -205,7 +205,7 @@ kube-system kube-scheduler-capc-cluster-control-plane-tknwx 1/1
205
205
206
206
- Pods in original kind cluster (also called bootstrap cluster, management cluster)
207
207
```
208
- cluster-api-provider-cloudstack-staging % kubectl get pods -A
208
+ % kubectl get pods -A
209
209
NAMESPACE NAME READY STATUS RESTARTS AGE
210
210
capc-system capc-controller-manager-55798f8594-lp2xs 1/1 Running 0 30m
211
211
capi-kubeadm-bootstrap-system capi-kubeadm-bootstrap-controller-manager-7857cd7bb8-rldnw 1/1 Running 0 30m
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ namespace : capc-system
1
2
bases :
2
- - ../../ default
3
+ - default
3
4
patchesStrategicMerge :
4
5
- insecure_manager.yaml
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cloudstack" ,
3
3
"config" : {
4
- "context" : " config/dev " ,
4
+ "context" : " . " ,
5
5
"image" : " public.ecr.aws/a4z9h2b1/cluster-api-provider-capc" ,
6
6
"live_reload_deps" : [
7
7
" main.go" ,
You can’t perform that action at this time.
0 commit comments