Boto setup with pyCharm
Setting up pyCharm Install pycharm https://www.jetbrains.com/pycharm/ Go to pycharm configure->setting Default project->Python interpreter Add python inte...
Setting up pyCharm Install pycharm https://www.jetbrains.com/pycharm/ Go to pycharm configure->setting Default project->Python interpreter Add python inte...
Boto : Boto is a SDK designed to improve the use of the python programming language in aws. Setup requirement: Aws signup Python version 2.7 Pycharm 3.3 [ide] P...
issue: For one of the automation task for vmware vidm get attribute api, for admin user the code was failing.It was giving error message “User is not auth...
Problem statement: In multi node docker environment, make private registry as default registry Steps to make private registry default registry and accessible re...
As in my last blog www.openwriteup.com/create-gke-pod-from-local-image/ I have deployed the pod, deployed using local image on GKE. It is failing with CrashLoop...
This blog, I will be covering following: create gke cluster from gcloud sdk few gcloud command line option create container registry in google cloud Push local ...
I have converted pyvmomi package in whl format. I have copied in git repos with all the immediate dependency. My requirement was offline installation where pip3...
I am writing my experience, it is well documented on k8s site as well. Below is the link to refer: https://kubernetes.io/docs/tasks/configure-pod-container/pull...
If you created a private registry, and want to pull the image in k8s deployment. So how to use username/password for registry in k8s deployment or pod. It would...
This blog we will talk about vsphere development center. This is for vsphere admin, those who want to automate day to day task, they can make use of it. Develop...