gitops
Here are 325 public repositories matching this topic...
-
Updated
Dec 10, 2020 - Go
Show number of pod restarts in the argo ui.
Motivation
Showing number of pod restart counts in the argo ui will help us to see which pods were restarted and how many times without going to any other monitoring dashboards or running kubectl commands. This will be very helpful feature.
Proposal
By getting the number of restart count, we can add this count at the bottom of each pod as
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
Hi. We have recently upgraded the sealed-secrets-controller to v0.8.1 from v0.7 and are experiencing that all sealed secrets are getting unsealed frequently without any modifications to the sealed secret entity.
Is this an expected behavior?
Worth noting is that we are runnnig in a
In lieu of #283, implement Stackdriver Canary Analysis for use in GKE.
-
Updated
Dec 11, 2020 - Go
-
Updated
Dec 13, 2020 - Python
Add gPRC API
Implement a gPRC version of the API (on a different port) for podinfo and generate the client in podcli.
We changed the reconcile request annotation (fluxcd/pkg#37) that's used to trigger reconciliations, and propagated that change to all the controllers (fluxcd/pkg#39).
It can now be changed in the CLI, so that (eventually) the old annotation can be deprecated.
-
Updated
Sep 13, 2020 - Go
Reliability monitoring - e2e testing of GitHub workflow
Context
Since moving the Communtity Cluster from GKE to DigitalOcean the reliability has dropped dramatically due to issues with the Cilium networking driver 1.4.0. A separate action will be required for this, but in the meantime it highlights a lack of e2e monito
Authentication via Azure/aad-pod-identity for keyvault access could be a good feature to avoid use of clientId/ clientSecret in chart values. Don't you think ?
Command completion
Can you add autocomplete to a command in bash? Pressing the tab key displays subcommands
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
valuesFromFile:
chartFileRef:
myScript: path/to/file.js
externalSourceRef:
defaultScript: https://raw.githubusercontent.com/cdenneen/example/master/script.jsresult in equivalent of:
helm install --set-file key=path/to/file.js
myScript: |
const { events, Job } = require("brigadier")
function run(e, project) {
console.log("this iAs 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
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
-
Updated
Oct 27, 2020 - Smarty
-
Updated
Oct 29, 2020 - Shell
-
Updated
May 29, 2020 - JavaScript
-
Updated
Dec 11, 2020 - Go
-
Updated
Nov 20, 2020 - Go
-
Updated
Dec 12, 2020 - Go
If there are pending migrations for the database, setting the immediateDeploy flag to try should approve all pending migrations
-
Updated
Dec 11, 2020 - Go
-
Updated
Dec 4, 2020 - Go
Improve this page
Add a description, image, and links to the gitops topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gitops topic, visit your repo's landing page and select "manage topics."


Move all Dockerfile samples to non-root user
Expected Behaviour
As an OpenFaaS end-user, I want to run all samples on my OpenFaaS cluster, even with the new non-root feature enabled.
Current Behaviour