Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update configuring_links #905

Merged
merged 2 commits into from
Oct 4, 2022
Merged

update configuring_links #905

merged 2 commits into from
Oct 4, 2022

Conversation

SmritiSatyanV
Copy link
Contributor

@SmritiSatyanV SmritiSatyanV commented Oct 2, 2022

@SmritiSatyanV SmritiSatyanV marked this pull request as ready for review October 2, 2022 16:21
@SmritiSatyanV SmritiSatyanV requested a review from hamersaw October 2, 2022 16:22
@@ -60,6 +60,23 @@
- "https://some-other-source/home?region=us-east-1#logEventViewer:group=/flyte-production/kubernetes;stream=var.log.containers.{{.podName}}_{{.namespace}}_{{.containerName}}-{{.containerId}}.log"
messageFormat: "json" # "unknown" | "csv" | "json"

.. tip::
Since helm chart uses same templating for args (like ``{{ }}``), after compiling the chart, helm replaces flyte log link templates too. To avoid this, use escaped templating for flyte logs in the helm chart.
Copy link
Contributor

@hamersaw hamersaw Oct 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Since helm chart uses same templating for args (like ``{{ }}``), after compiling the chart, helm replaces flyte log link templates too. To avoid this, use escaped templating for flyte logs in the helm chart.
Since helm chart uses the same templating syntax for args (like ``{{ }}``) compiling the chart results in helm replacing Flyte log link templates as well. To avoid this, use escaped templating for Flyte logs in the helm chart. This will ensure that Flyte log link templates remain in place during helm chart compilation.

Changes based on review
Signed-off-by: SmritiSatyanV [email protected]
@SmritiSatyanV SmritiSatyanV merged commit 1e87501 into master Oct 4, 2022
@SmritiSatyanV SmritiSatyanV deleted the doc/logging-link-Smriti branch October 4, 2022 08:48
3t8 pushed a commit to 3t8/flytesnacks that referenced this pull request Oct 7, 2022
* update configuring_links

Fixes flyteorg/flyte#2820
Signed-off-by: SmritiSatyanV [email protected]

* update configuring links

Changes based on review
Signed-off-by: SmritiSatyanV [email protected]
Signed-off-by: 3t8 <[email protected]>
3t8 pushed a commit to 3t8/flytesnacks that referenced this pull request Oct 7, 2022
* update configuring_links

Fixes flyteorg/flyte#2820
Signed-off-by: SmritiSatyanV [email protected]

* update configuring links

Changes based on review
Signed-off-by: SmritiSatyanV [email protected]
Signed-off-by: 3t8 <[email protected]>
samhita-alla added a commit that referenced this pull request Oct 10, 2022
* Add blog post links in documentation

Signed-off-by: 3t8 <[email protected]>

* update configuring_links (#905)

* update configuring_links

Fixes flyteorg/flyte#2820
Signed-off-by: SmritiSatyanV [email protected]

* update configuring links

Changes based on review
Signed-off-by: SmritiSatyanV [email protected]
Signed-off-by: 3t8 <[email protected]>

* Update map_task.py

Signed-off-by: 3t8 <[email protected]>

* Update cookbook/integrations/external_services/airflow/README.rst

Co-authored-by: Samhita Alla <[email protected]>
Signed-off-by: 3t8 <[email protected]>

* Update README.rst

Signed-off-by: 3t8 <[email protected]>

* Update dynamics.py

Signed-off-by: 3t8 <[email protected]>

* Delete configure_logging_links.py

Signed-off-by: 3t8 <[email protected]>

* Revert "Delete configure_logging_links.py"

This reverts commit 3fda83e.

Restore configure_logging_links

Signed-off-by: 3t8 <[email protected]>

Signed-off-by: 3t8 <[email protected]>
Co-authored-by: SmritiSatyanV <[email protected]>
Co-authored-by: Samhita Alla <[email protected]>
ryankarlos pushed a commit to ryankarlos/flytesnacks that referenced this pull request Oct 17, 2022
* Add blog post links in documentation

Signed-off-by: 3t8 <[email protected]>

* update configuring_links (flyteorg#905)

* update configuring_links

Fixes flyteorg/flyte#2820
Signed-off-by: SmritiSatyanV [email protected]

* update configuring links

Changes based on review
Signed-off-by: SmritiSatyanV [email protected]
Signed-off-by: 3t8 <[email protected]>

* Update map_task.py

Signed-off-by: 3t8 <[email protected]>

* Update cookbook/integrations/external_services/airflow/README.rst

Co-authored-by: Samhita Alla <[email protected]>
Signed-off-by: 3t8 <[email protected]>

* Update README.rst

Signed-off-by: 3t8 <[email protected]>

* Update dynamics.py

Signed-off-by: 3t8 <[email protected]>

* Delete configure_logging_links.py

Signed-off-by: 3t8 <[email protected]>

* Revert "Delete configure_logging_links.py"

This reverts commit 3fda83e.

Restore configure_logging_links

Signed-off-by: 3t8 <[email protected]>

Signed-off-by: 3t8 <[email protected]>
Co-authored-by: SmritiSatyanV <[email protected]>
Co-authored-by: Samhita Alla <[email protected]>
Signed-off-by: Ryan Nazareth <[email protected]>
ryankarlos pushed a commit to ryankarlos/flytesnacks that referenced this pull request Oct 17, 2022
* Add blog post links in documentation

Signed-off-by: 3t8 <[email protected]>

* update configuring_links (flyteorg#905)

* update configuring_links

Fixes flyteorg/flyte#2820
Signed-off-by: SmritiSatyanV [email protected]

* update configuring links

Changes based on review
Signed-off-by: SmritiSatyanV [email protected]
Signed-off-by: 3t8 <[email protected]>

* Update map_task.py

Signed-off-by: 3t8 <[email protected]>

* Update cookbook/integrations/external_services/airflow/README.rst

Co-authored-by: Samhita Alla <[email protected]>
Signed-off-by: 3t8 <[email protected]>

* Update README.rst

Signed-off-by: 3t8 <[email protected]>

* Update dynamics.py

Signed-off-by: 3t8 <[email protected]>

* Delete configure_logging_links.py

Signed-off-by: 3t8 <[email protected]>

* Revert "Delete configure_logging_links.py"

This reverts commit 3fda83e.

Restore configure_logging_links

Signed-off-by: 3t8 <[email protected]>

Signed-off-by: 3t8 <[email protected]>
Co-authored-by: SmritiSatyanV <[email protected]>
Co-authored-by: Samhita Alla <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Docs] Use different regex when deploying using helm to define logs
2 participants