pool: | |
name: Hosted Ubuntu 1604 | |
steps: | |
- task: KubectlInstaller@0 | |
displayName: 'Install Kubectl latest' | |
- task: Kubernetes@1 | |
displayName: 'kubectl get' | |
inputs: | |
kubernetesServiceEndpoint: CloudOvenKubernetes | |
command: get | |
arguments: nodes | |
- script: | | |
curl -sL https://run.linkerd.io/install | sh | |
export PATH=$PATH:$HOME/.linkerd2/bin | |
linkerd version | |
linkerd check --pre | |
linkerd install | kubectl apply -f - | |
linkerd check | |
displayName: 'Linkerd - Installation' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment