Skip to content
#

gitops

Here are 656 public repositories matching this topic...

jannfis
jannfis commented Dec 19, 2021

Summary

The Argo CD core mode should allow the user to set a permanent path to a K8s client configuration file, instead of either using ~/.kube/config per default or having to specify --kubeconfig for each command.

Motivation

Some K8s distributions by default install a Kubernetes client CLI (kubectl) which uses a custom path for its configuration. For example, K3s uses `/etc/ran

jx
bartoliniii
bartoliniii commented Jan 16, 2022

I'm trying to configure Jenkins X in my company and found some broken links.

Example of links:

flagger
bpoland
bpoland commented Jan 27, 2022

Summary

When using a Rollout with traffic splitting (SMI to be precise) the weight reported in the rollouts dashboard and kubectl argo rollouts get rollout <name> sometimes don't match the value in the Rollout .status.canary.weights.canary.weight or the actual TrafficSplit resource. For example, if we are at weight x and then proceed to a step setWeight: y where y would require mor

mortent
mortent commented Oct 14, 2021

We have a small number of e2e tests for kpt live (outside of the bash-based approach). They currently run in serial and requires that a new cluster is created for several of the tests. This causes them to be very slow.

We should improve this by:

  • Reduce the number of times we need to create a new kind cluster, as this takes ~1 minute. Tests should clean up after themselves and we can handle
cppforlife
cppforlife commented Oct 8, 2021

Describe the problem/challenge you have
currently Deployment waiting code looks at several conditions include FailedDelete [0]. there is another condition that would be useful to look at it FailedCreate. we should add that check in there so that we can show nice informational message to the users as part of the progress log. i do not think we need to consider progress as done though, in this

j-zimnowoda
j-zimnowoda commented Dec 9, 2021

Describe the bug: (a clear and concise description of what the bug is)

To Reproduce
Steps to reproduce the behavior:

  1. Create a new public knative service (do not set Authenticate with Single Sign On flag)
  2. Save and Deploy
  3. Observe that keycloak redirect_urls has been extended by public url of that service

Expected behavior: (a clear and concise description of what you expec

Improve this page

Add a description, image, and links to the gitops 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 gitops topic, visit your repo's landing page and select "manage topics."

Learn more