This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| crc setup log | |
| ``` | |
| $ crc delete -f; crc cleanup; crc setup ; | |
| WARN open /home/vagrant/.kube/config: no such file or directory | |
| Deleted the OpenShift cluster | |
| INFO Removing vsock configuration | |
| INFO Removing 'crc' network from libvirt | |
| INFO Removing /etc/NetworkManager/dnsmasq.d/crc.conf file | |
| INFO Using root access: Removing NetworkManager configuration file in /etc/NetworkManager/dnsmasq.d/crc.conf | |
| INFO Using root access: Executing systemctl daemon-reload command |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| put-cluster-capacity-provider: | |
| @echo "Add cluster capacity provier" | |
| @aws ecs put-cluster-capacity-providers \ | |
| --cluster ${ECS_CLUSTER} \ | |
| --capacity-providers FARGATE FARGATE_SPOT \ | |
| --default-capacity-provider-strategy capacityProvider=FARGATE,weight=0 capacityProvider=FARGATE_SPOT,weight=1 | jq | |
| force-new-deployment: | |
| @echo "Perform force new deployment" | |
| @aws ecs update-service \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tmp |