Perform this workout on
Fitloop: Android App | iPhone App
- Make sure your diet is in check.
- Check What routine should I do? to make sure this routine is right for you.
- See also: Learn how to make quality goals.
| # Install Knative | |
| kubectl apply -f https://github.com/knative/serving/releases/download/knative-v1.0.0/serving-crds.yaml | |
| kubectl apply -f https://github.com/knative/serving/releases/download/knative-v1.0.0/serving-core.yaml | |
| # Autopilot Mod: Remove annotation | |
| kubectl patch -n knative-serving deployment activator --type=json -p='[{"op":"remove","path":"/spec/template/metadata/annotations/cluster-autoscaler.kubernetes.io~1safe-to-evict"}]' | |
| kubectl patch -n knative-serving deployment autoscaler --type=json -p='[{"op":"remove","path":"/spec/template/metadata/annotations/cluster-autoscaler.kubernetes.io~1safe-to-evict"}]' | |
| kubectl patch -n knative-serving deployment domainmapping-webhook --type=json -p='[{"op":"remove","path":"/spec/template/metadata/annotations/cluster-autoscaler.kubernetes.io~1safe-to-evict"}]' | |
| kubectl patch -n knative-serving deployment webhook --type=json -p='[{"op":"remove","path":"/spec/template/metadata/annotations/cluster-autoscaler.kubernetes.io~1safe-to-evict"}]' |
| module Ellie.Ui.CodeEditor | |
| exposing | |
| ( Attribute | |
| , LinterMessage | |
| , Position | |
| , Severity(..) | |
| , linterMessages | |
| , mode | |
| , onChange | |
| , readOnly |
Since Twitter doesn't have an edit button, it's a suitable host for JavaScript modules.
Source tweet: https://twitter.com/rauchg/status/712799807073419264
const leftPad = await requireFromTwitter('712799807073419264');