Skip to content

Instantly share code, notes, and snippets.

@markito
Created September 24, 2019 07:00
Show Gist options
  • Select an option

  • Save markito/8f9d4bac7661312ceb54ae9a81a1588d to your computer and use it in GitHub Desktop.

Select an option

Save markito/8f9d4bac7661312ceb54ae9a81a1588d to your computer and use it in GitHub Desktop.
RHTE - Last minute
# Update service
kn service update store-app --image=markito/store-app:v2 --requests-memory=300Mi --concurrency-limit=10 --env PAYMENT_SERVICE="http://payment-service.rhte-live.apps.rhte19.markito.org/"
# List revisions
kn revisions list
# Change traffic
kn service update store-app --traffic store-app-yhxwl-5=50,store-app-pymxh-4=50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment