Skip to content

Commit

Permalink
Attempt at fixing some language lints.
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan committed Oct 20, 2023
1 parent 946fe63 commit d469cdf
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Kubernetes offers rollout mechanism for this purpose. You can use `kubectl rollo

For example, given the following stateful sets deployed for an Airflow cluster:

[source,shell]
----
❯ kubectl get sts
NAME READY AGE
Expand All @@ -21,6 +22,7 @@ redis-airflow-replicas 1/1 64m

To restart the Airflow scheduler, run:

[source,shell]
----
❯ kubectl rollout restart statefulset airflow-scheduler-default
statefulset.apps/airflow-scheduler-default restarted
Expand All @@ -30,4 +32,4 @@ NOTE: When using Airflow's https://airflow.apache.org/docs/apache-airflow/stable

== Automatic Restarts

The Commons Operator of the Stackable Platform might restart Pods automatically, for example to ensure that security certificates are up to date. For details, see the xref:commons:index.adoc[Commons Operator documentation].
The Commons Operator of the Stackable Platform might restart Pods automatically, for example to ensure that security certificates are up-to-date. For details, see the xref:commons:index.adoc[Commons Operator documentation].

0 comments on commit d469cdf

Please sign in to comment.