I hereby claim:
- I am harsha-y on github.
- I am harshay (https://keybase.io/harshay) on keybase.
- I have a public key whose fingerprint is 13D6 F587 F3D8 BEBD D8E3 8C4E 29BF 8584 0497 908C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Resource type | Abbreviated alias |
---|---|
clusters (valid only for federation apiservers) | |
componentstatuses | cs |
configmaps | cm |
daemonsets | ds |
deployments | deploy |
endpoints | ep |
events | ev |
horizontalpodautoscalers | hpa |
# Debug - include in ~/.ssh/config | |
# Host github.com | |
# LogLevel DEBUG3 | |
# Create a new set of RSA keys | |
ssh-keygen -t rsa -b 4096 -f output_filename -C "Comment" | |
# Generate pub key from private | |
ssh-keygen -y -f input_filename |
$ brew update ; brew upgrade | |
... | |
$ keybase version | |
Client: 1.0.15 | |
Service: 1.0.14-1 | |
$ pgrep keybase | |
369 |
apiVersion: extensions/v1beta1 | |
kind: DaemonSet | |
metadata: | |
name: resource-reserver-ds | |
namespace: kube-system | |
spec: | |
template: | |
metadata: | |
labels: | |
name: resource-reserver |
# | |
# Showing all available options for kubernetes services with loadbalancers setup | |
# Reference - https://github.com/kubernetes/kubernetes/blob/release-1.4/pkg/cloudprovider/providers/aws/aws.go | |
# | |
apiVersion: v1 | |
kind: Service | |
metadata: | |
annotations: | |
service.beta.kubernetes.io/aws-load-balancer-ssl-cert: arn:aws:iam::0123456:server-certificate/star.foo.com | |
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: http |