Skip to content
#

gitops

Here are 521 public repositories matching this topic...

warmfusion
warmfusion commented Aug 26, 2021

We recently upgraded to ArgoCD v2.1.0+d0b2d55 and have noticed that when browsing the UI the history in Firefox gets really polluted when changing pages.

Steps to reproduce;

  1. Open a new browser tab
  2. Navigate to ArgoCD
  3. Long-press back button on browser

Expected

  • A single entry for ArgoCD

Actual

History contains 15 separate entries for the same URI, preventing the

jx
msvticket
msvticket commented Nov 2, 2018

Summary

When creating docker images for Java applications in the current setup in Jenkins-X the application and all dependencies are all placed in one jar file, meaning it will be in one layer in the docker image.

This means that when new versions of the application are created the unchanged dependencies can't be reused.

It would be a great enhancement if the application code where p

flagger
devtron
tsurankov
tsurankov commented Aug 3, 2021

Summary

The output of the status command is different if we run status with the --watch flag set to true or false. I am not sure if it was designed in that way, but for me, it is a bit confusing. Let's compare:

kubectl-argo-rollouts status example-spring-boot-prod-01 --namespace test-argo-prod --watch=true
Paused - BlueGreenPause
kubectl-argo-rollouts status example-spring-boot-prod
bharathkkb
bharathkkb commented Sep 3, 2021

Expected behavior

render runs function and generates resources.

Actual behavior

render seems to exit early if a package only contains the functionConfig and Kptfile.
Quick trace led me to https://github.com/GoogleContainerTools/kpt/blob/57b52103576b7a195502dc10a4ad608570095e47/internal/cmdrender/executor.go#L339-L342

eval works as expected.

Information

laverya
laverya commented May 21, 2019

Expected behavior

When running the terraform step, all plan contents should be visible or there should be a scroll bar.

Actual behavior

A scrollbar never appears, and content clips off the bottom of the screen. If the page zoom is changed, content reflows and a scroll bar appears.

Information

  • Ship version: 0.43.1
  • Command line run: ship init ./ship.yaml
  • Chrome v
samiyaakhtar
samiyaakhtar commented Apr 28, 2020

As a: developer

I want: the dashboard to display ring names I've configured in bedrock.yaml

So that: I can see the right ring name for services in the dashboard

Describe the solution you'd like:
Following the work on microsoft/bedrock#1313, any branch can be associated with any ring name. Currently, the introspection script assumes that the branc

StarpTech
StarpTech commented Oct 12, 2020

As discussed in slack.

In comparison to skaffold (another deployment tool), kapp only reports if the condition was met or not. I'd like to see more information about the stabilization process e.g:

Waiting for deployments to stabilize...
 - production:deployment/demo: creating container service
    - production:pod/demo-5cf5f768d4-x9xfr: creating container service
 - production:deploy

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