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
~> rm .terraform .terraform.lock.hcl -fr && terraform init && terraform plan | |
Initializing the backend... | |
Initializing provider plugins... | |
- Finding opentelekomcloud/opentelekomcloud versions matching "~> 1.34.2"... | |
- Installing opentelekomcloud/opentelekomcloud v1.34.2... | |
- Installed opentelekomcloud/opentelekomcloud v1.34.2 (self-signed, key ID 3EDA0171114F71DF) | |
Partner and community providers are signed by their developers. |
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
#!/bin/sh -xe | |
NODE=$(kubectl get nodes -o name |grep $1 | awk -F \/ '{print $2}') | |
cat << EOF | kubectl apply -f - | |
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: kube-support-$NODE | |
namespace: kube-system |
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
020-02-09T09:31:23.048+0100 [DEBUG] plugin.terraform-provider-gitlab_v2.5.0_x4: ---[ REQUEST ]--------------------------------------- | |
2020-02-09T09:31:23.048+0100 [DEBUG] plugin.terraform-provider-gitlab_v2.5.0_x4: GET /api/v4/groups/dev HTTP/1.1 | |
2020-02-09T09:31:23.048+0100 [DEBUG] plugin.terraform-provider-gitlab_v2.5.0_x4: Host: $GITLAB_URL | |
2020-02-09T09:31:23.048+0100 [DEBUG] plugin.terraform-provider-gitlab_v2.5.0_x4: User-Agent: go-gitlab | |
2020-02-09T09:31:23.048+0100 [DEBUG] plugin.terraform-provider-gitlab_v2.5.0_x4: Accept: application/json | |
2020-02-09T09:31:23.048+0100 [DEBUG] plugin.terraform-provider-gitlab_v2.5.0_x4: Private-Token: $GITLAB_TOKEN | |
2020-02-09T09:31:23.048+0100 [DEBUG] plugin.terraform-provider-gitlab_v2.5.0_x4: Accept-Encoding: gzip | |
2020-02-09T09:31:23.048+0100 [DEBUG] plugin.terraform-provider-gitlab_v2.5.0_x4: | |
2020-02-09T09:31:23.048+0100 [DEBUG] plugin.terraform-provider-gitlab_v2.5.0_x4: | |
2020-02-09T09:31:23.048+0100 [DEBUG] plugin.terraform-provider-gitlab_v2.5.0_x4: ----------- |
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
#!/bin/bash | |
version=1.013 | |
cd /tmp | |
echo "\n* Downloading version $version of source code pro font" | |
rm -fr SourceCodePro_FontsOnly-$version.zip SourceCodePro_FontsOnly-$version | |
wget https://github.com/downloads/adobe/source-code-pro/SourceCodePro_FontsOnly-$version.zip -O SourceCodePro_FontsOnly-$version.zip |