Skip to content

Instantly share code, notes, and snippets.

@MoimHossain
Created July 19, 2019 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MoimHossain/b09473a124044a8e098d26acc9dcf443 to your computer and use it in GitHub Desktop.
Save MoimHossain/b09473a124044a8e098d26acc9dcf443 to your computer and use it in GitHub Desktop.
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