I hereby claim:
- I am smileisak on github.
- I am smileisak (https://keybase.io/smileisak) on keybase.
- I have a public key ASDQDoZX0vYyK87-r_OQxUU2LJRA7M2yGQOsSg-L0PcD_Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Please comment below if you are using Kubernetes Third-Party Resources and I will add you to the list.
Known Users:
Please comment below if you are using Kubernetes Third-Party Resources and I will add you to the list.
Known Users:
Proxies configuration is an important problem that waste my time anytime i start a new mission within the fucking customer's network.
To setup a proxy access for all linux commandlines :
export http_proxy="http://<user>:<pass>@<proxyip>:<proxyport>"
export https_proxy="http://<user>:<pass>@<proxyip>:<proxyport>"
export ftp_proxy="http://<user>:<pass>@<proxyip>:<proxyport>"
Usefull for pip for exemple
by alexander white ©
Some useful resources regarding Kubernetes Operators, CRDs, etc.
package main | |
import ( | |
"fmt" | |
"io" | |
"io/ioutil" | |
"net" | |
"os" | |
"strings" |