Error: error installing: the server could not find the requested resource
kubectl apply -f tiller.yaml
helm init --service-account tiller --override spec.selector.matchLabels.'name'='tiller',spec.selector.matchLabels.'app'='helm' --output yaml | sed 's@apiVersion: extensions/v1beta1@apiVersion: apps/v1@' | kubectl apply -f -
# tiller.yaml file
kind: ServiceAccount
apiVersion: v1
metadata:
name: tiller
namespace: kube-system
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: tiller
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: tiller
namespace: kube-system
Also in C++:
- command to restart linux
- how to know the shell version in ubuntu
- how to open directory from wsl
- git remove staged area
- node git clone
- install @angular-devkit/build-angular
- bash script: replace . with :
- installing nodemon in windows
- bash print line if column value is in column of another file
- curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it.
- setup ci cd gitlab
- gitignroe remove folder
- install nodejs with pacman
- untar gz file ubuntu
- powershell open cmd
- git push existing repo
- ssh custom port fla
- linux tar command
- git revert last commit unpushed
- ned red installation guide ubuntu
- ubuntu find install path
- how to save a text file with a terminal command
- git remove repository local
- using tail command in linux