-
Change
apiVersionfrom:- apiVersion: v1
(or
apiVersion: apps.openshift.io/v1)to:
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
| [Wed Oct 23 19:53:45 CEST 2019] /var/lib/one/remotes/tm/linstor_un/mv nebula01:/var/lib/one//datastores/106/192/disk.0 nebula01:/var/lib/one//datastores/106/192/disk.0 192 107 | |
| + '[' 1 '!=' 1 ']' | |
| + SRC=nebula01:/var/lib/one//datastores/106/192/disk.0 | |
| + DST=nebula01:/var/lib/one//datastores/106/192/disk.0 | |
| + VMID=192 | |
| + DSID=107 | |
| + '[' -z '' ']' | |
| + TMCOMMON=/var/lib/one/remotes/tm/tm_common.sh | |
| ++ dirname /var/lib/one/remotes/tm/linstor_un/mv | |
| + DRIVER_PATH=/var/lib/one/remotes/tm/linstor_un |
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
| stages: | |
| - deploy | |
| deploy_app: | |
| image: bitnami/kubectl:latest | |
| stage: deploy | |
| environment: production | |
| script: | |
| - USER_TOKEN=$(cat /var/run/secrets/kubernetes.io/serviceaccount/token) | |
| - CERTIFICATE_AUTHORITY_DATA=$(cat /var/run/secrets/kubernetes.io/serviceaccount/ca.crt | base64 -i -w0 -) | |
| - kubectl config set-cluster k8s --server="https://kubernetes.default.svc" |
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
| // +build darwin linux | |
| package main | |
| import ( | |
| "os" | |
| "syscall" | |
| "unsafe" | |
| ) |
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
| *.img | |
| *.raw |
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
| *.img | |
| *.raw |
OlderNewer