GCLOUD CHEAT SHEET
You can also run a build locally using the separate component: gcloud components install cloud-build-local.
gcloud builds list --limit=10
GCLOUD CHEAT SHEET
You can also run a build locally using the separate component: gcloud components install cloud-build-local.
gcloud builds list --limit=10
Syntax | Description |
---|---|
ARRAY=() | Declares an indexed array ARRAY and initializes it to be empty. This can also be used to empty an existing array. |
ARRAY[0]= | Generally sets the first element of an indexed array. If no array ARRAY existed before, it is created. |
todo |
zpool status
zpool status pdata1
git clone --no-checkout [email protected]:thikade/docker-jig.git
cd docker-jig
git config core.sparseCheckout true
echo "grafana/dashboards/*" > .git/info/sparse-checkout
git checkout thikade
pucl listAvailablePackages -repositories E:\Daten\WAS9\Fixpacks\SDK_8.0.6.6\ibm-java-sdk-8.0-6.6-linux-x64-installmgr.zip
com.ibm.java.jdk.v8_8.0.6006.20200220_0710
pucl listAvailablePackages -repositories E:\Daten\WAS9\Fixpacks\SDK_8.0.5.41\ibm-java-sdk-8.0-5.41-linux-x64-installmgr.zip
com.ibm.java.jdk.v8_8.0.5041.20190924_1031
Use merge --squash to squash multiple commits into a single commit (without a merge commit!).
Omitting -m
at the final commit command will display all commit messages of bugfix branch and lets you edit the new commit message.
Switch to the master branch and make sure you are up to date:
git checkout master && git pull
oc get pod -o jsonpath='{range .items[*]}{"SPEC: \n LIMITS : "}{.spec.containers[*].resources.limits}{"\n REQUESTS: "}{.spec.containers[*].resources.requests}{"\n"}{end}'
oc get pod -o jsonpath='{range .items[*]}{"NAME: "}{.metadata.name}{"\nSPEC: \n LIMITS : "}{.spec.containers[*].resources.limits}{"\n REQUESTS: "}{.spec.containers[*].resources.requests}{"\n\n"}{end}'