Skip to content
#

argo

Here are 116 public repositories matching this topic...

jessesuen
jessesuen commented Oct 28, 2021

Summary

Many users run Argo CD in a mode where that Argo CD instance doesn't ever need or want to deploy Applications to the same cluster Argo CD is running in (e.g. Intuit does this). For these users, the https://kubernetes.default.svc should be disabled and removed as an option.

Motivation

The ability to disable https://kubernetes.default.svc is both a security improvement as wel

edublancas
edublancas commented Oct 27, 2021

The load_dotted_path raises the following error if unable to load the module:

Traceback (most recent call last):
  File "/Users/Edu/Desktop/import-error/script.py", line 4, in <module>
    load_dotted_path('tests.quality.fn')
  File "/Users/Edu/dev/ploomber/src/ploomber/util/dotted_path.py", line 128, in load_dotted_path
    module = importlib.import_module(mod)
  File "/Users/

Improve this page

Add a description, image, and links to the argo topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the argo topic, visit your repo's landing page and select "manage topics."

Learn more