Difference between revisions of "Strategy:"

From wikieduonline
Jump to navigation Jump to search
(Removed redirect to Strategy)
Tag: Removed redirect
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{lc}}
 +
  
 
* [[Kubernetes deployments strategies]]: <code>[[kubectl get deployments -o json -A]] | grep -A1 -w '"strategy"'</code>
 
* [[Kubernetes deployments strategies]]: <code>[[kubectl get deployments -o json -A]] | grep -A1 -w '"strategy"'</code>
  
  
 +
[[rollingUpdate:]]
 +
 +
[[GitHub Actions]]
 +
https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
 +
strategy:
 +
      [[fail-fast]]:
  
{{K8s deployments}}
+
== See also ==
 +
* {{K8s deployments}}

Latest revision as of 15:59, 16 August 2024

Advertising: