Refresh the documentation with K8S library clarification#589
Merged
Conversation
Member
Author
|
I am not sure why we have so many diffs - those look like different way some characters are either quoted or not.. But the gist of the change is the note clarification about the library rather than cluster :) |
potiuk
commented
May 2, 2022
| @@ -2020,8 +2020,13 @@ <h4>Task log templates are now read from the metadata database instead of <code | |||
| <p>Previously, a task’s log is dynamically rendered from the <code class="docutils literal notranslate"><span class="pre">[core]</span> <span class="pre">log_filename_template</span></code> and <code class="docutils literal notranslate"><span class="pre">[elasticsearch]</span> <span class="pre">log_id_template</span></code> config values at runtime. This resulted in unfortunate characteristics, e.g. it is impractical to modify the config value after an Airflow instance is running for a while, since all existing task logs have be saved under the previous format and cannot be found with the new config value.</p> | |||
| <p>A new <code class="docutils literal notranslate"><span class="pre">log_template</span></code> table is introduced to solve this problem. This table is synchronized with the aforementioned config values every time Airflow starts, and a new field <code class="docutils literal notranslate"><span class="pre">log_template_id</span></code> is added to every DAG run to point to the format used by tasks (<code class="docutils literal notranslate"><span class="pre">NULL</span></code> indicates the first ever entry for compatibility).</p> | |||
| </div> | |||
| <div class="section" id="minimum-kubernetes-version-bumped-from-3-0-0-to-21-7-0-20759"> | |||
| <h4>Minimum kubernetes version bumped from <code class="docutils literal notranslate"><span class="pre">3.0.0</span></code> to <code class="docutils literal notranslate"><span class="pre">21.7.0</span></code> (#20759)<a class="headerlink" href="#minimum-kubernetes-version-bumped-from-3-0-0-to-21-7-0-20759" title="Permalink to this headline">¶</a></h4> | |||
| <div class="section" id="minimum-kubernetes-library-version-bumped-from-3-0-0-to-21-7-0-20759"> | |||
Member
Author
There was a problem hiding this comment.
This is the actual change :)
Member
Author
|
chance for merging this one @kaxil @jedcunningham @dstandish -> already in main and marked as 2.1.0 but would be nice to get it to the docs (we already had one user mislead that "kubernetes" means "kubernetes cluster" rather than library. |
Member
Author
|
Anyone :) ? |
kaxil
approved these changes
May 9, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.