Sunday, May 21, 2017

If you need to allow insecure connections (non-SSL) to your K8S API Server, following is how you can get this done. First Open your API Server manifest. sudo vim /etc/kubernetes/manifests/kube-apiserver.yaml Now add the following properties. - --insecure-bind-address=0.0.0.0 - --insecure-port=8080 The complete kube-apiserver.yaml will look like following, (This is a fraction of the yaml file) apiVersion: v1 kind:...

Friday, May 19, 2017

I was trying to wget one of Jenkins Artifacts, but was continuously getting a 404 error. HTTP request sent, awaiting response... 404 Not Found 2017-05-19 13:12:13 ERROR 404: Not Found. My request was as follows. wget https://wso2.org/jenkins/job/ballerinalang/job/tools-distribution/257/org.ballerinalang.tools$ballerina-tools/artifact/org.ballerinalang.tools/ballerina-tools/0.87-SNAPSHOT/ballerina-tools-0.87-SNAPSHOT.zip So my issue...
Subscribe to RSS Feed Follow me on Twitter!