Useful if you are troubleshooting or debugging VM Extensions.
az vm extension delete --vm-name VMName -g RGName --name ExtensionName
Ansible 2.5 azure_rm_virtualmachine
module will not resize a running VM if you simply change its size. :(
Useful if you are troubleshooting or debugging VM Extensions.
az vm extension delete --vm-name VMName -g RGName --name ExtensionName
Ansible 2.5 azure_rm_virtualmachine
module will not resize a running VM if you simply change its size. :(
#!/bin/bash | |
set -e | |
# This script reads Vault password from user prompt, and loads Azure Environment Variables. | |
# | |
# For this first you need to create an Ansible Vaulted .sh script of the format | |
# export AZURE_SUBSCRIPTION_ID=my_sub_id | |
# export AZURE_CLIENT_ID=my_serviceprincipal_client_id | |
# export AZURE_TENANT=my_serviceprincipal_tenant_id | |
# export AZURE_SECRET=my_serviceprincipal_secret_key | |
# |
This is especially useful if you want to develop locally and run it from Cloud Shell.
;; disable temporary files | |
;; https://stackoverflow.com/a/2680682/682912 | |
(setq make-backup-files nil) | |
;; Add Melpa Sources for installing Packages. | |
;; https://melpa.org/#/getting-started | |
(require 'package) | |
(let* ((no-ssl (and (memq system-type '(windows-nt ms-dos)) | |
(not (gnutls-available-p)))) | |
(proto (if no-ssl "http" "https"))) |
ohai
== Facter from PuppetR = Rotate
Press - X,Y,Z to isolate rotation axsis
S = Scale
Press - X,Y,Z to isolate scale axsis
Middle mouse button to rotate around selected object
About kubeconfig
and Sharing kubeconfigs
When you create a Google Cloud Container cluster with gcloud container clusters create
it also generates a kubeconfig
entry.
See the output below:
Creating cluster petclinic...done.
Created [https://container.googleapis.com/v1/projects/gcloud-testing-vish/zones/asia-east1-a/clusters/petclinic].
kubeconfig entry generated for petclinic.
NAME LOCATION MASTER_VERSION MASTER_IP MACHINE_TYPE NODE_VERSION NUM_NODES STATUS