Need Unix Commands Expert for a Mac Terminal
Budget: $10 – $30 USD
(1) Why does this command not work? curl -L https://github.com/stormforger/cli/releases/download/v0.48.4/forge_v0.48.4_darwin_amd64.zip | tar -zx && sudo mv forge /usr/local/bin/ | chmod +x forge
I get the following:
5:46 PM
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 4462k 0 38846 0 0 55528 0 0:01:22 --:--:-- 0:01:22 55528LICENSE: Can't create 'LICENSE'
README.md: Can't create 'README.md'
forge: Can't create 'forge'
100 4462k 100 4462k 0 0 5006k 0 --:--:-- --:--:-- --:--:-- 22.6M
tar: Error exit delayed from previous errors.
thaidi@Dianas-MacBook-Air / % kubectl get pods
(2) this command also doesn't work for me:
kustomize build github.com/thestormforge/examples/postgres | \
kubectl apply -f -
The results I get are:
Error: unable to find one of 'kustomization.yaml', 'kustomization.yml' or 'Kustomization' in directory '/private/var/folders/pw/098r_80176g608784cyw7y640000gn/T/kustomize-426609181/postgres'
error: no objects passed to apply
I get the following:
5:46 PM
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 4462k 0 38846 0 0 55528 0 0:01:22 --:--:-- 0:01:22 55528LICENSE: Can't create 'LICENSE'
README.md: Can't create 'README.md'
forge: Can't create 'forge'
100 4462k 100 4462k 0 0 5006k 0 --:--:-- --:--:-- --:--:-- 22.6M
tar: Error exit delayed from previous errors.
thaidi@Dianas-MacBook-Air / % kubectl get pods
(2) this command also doesn't work for me:
kustomize build github.com/thestormforge/examples/postgres | \
kubectl apply -f -
The results I get are:
Error: unable to find one of 'kustomization.yaml', 'kustomization.yml' or 'Kustomization' in directory '/private/var/folders/pw/098r_80176g608784cyw7y640000gn/T/kustomize-426609181/postgres'
error: no objects passed to apply