Skip to content

Instantly share code, notes, and snippets.

@MoimHossain
Created July 19, 2019 18:16
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/7a954635d0a839ce36775ea8526f469c to your computer and use it in GitHub Desktop.
Save MoimHossain/7a954635d0a839ce36775ea8526f469c 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 apply'
inputs:
kubernetesServiceEndpoint: CloudOvenKubernetes
command: apply
useConfigurationFile: true
configuration: src/services/emojivoto/all.yml
- script: 'src/services/emojivoto/all.yml | linkerd inject - | kubectl apply -f -'
displayName: 'Inject Linkerd'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment