crd
Here are 145 public repositories matching this topic...
Feature Request
Is your feature request related to a problem? Please describe:
At present, Dashboard supports setting TTL for archived events and experiments, but schedule and workflow do not. We can extend to this [function](https://github.com/chaos-mesh/chaos-mesh/blob/master/pkg/
We can add an upgrade/downgrade command for litmusctl binary, it can look at the matrix of versions in a file and upgrade/downgrade according to the user's choice.
example
- litmusctl upgrade v0.5.0
- litmusctl downgrade v0.4.0
Epic Description
It's been a bit hard to get some PRs through lately. The main culprit seems to be the flaky tests although some other areas of improvement have also been identified. This epic collects the different improvements we'd like to target with the goal of delivering a better experience to our contributors: the information they get back from the PR checks is accurate and actionable,
-
Updated
Feb 25, 2022 - Go
What would you like to be added:
Currently, kubectl kudo version only prints the current version of the KUDO CLI. It should also print the version of the KUDO controller if the con
-
Updated
Feb 15, 2022 - Go
-
Updated
Feb 26, 2022 - Go
Currently the env variables injected are specific to this docker image https://github.com/barney-s/docker-airflow
Align it with https://github.com/puckel/docker-airflow and make necessary changes in the operator to make it work with both.
related to GoogleCloudPlatform/airflow-operator#10
-
Updated
Nov 7, 2021 - Shell
-
Updated
May 26, 2021 - Go
-
Updated
Feb 23, 2022 - Go
-
Updated
Feb 22, 2022 - Go
-
Updated
Feb 24, 2022 - Go
-
Updated
Jan 17, 2019 - Go
-
Updated
Apr 16, 2020 - Go
-
Updated
Dec 10, 2020 - Go
-
Updated
Oct 22, 2019 - Go
-
Updated
Dec 11, 2020 - Go
-
Updated
Feb 25, 2022 - Go
-
Updated
Oct 1, 2019 - Python
-
Updated
Oct 11, 2021 - Go
Require automation for uploading weekly meetings to the Configurator website:
Anyone with experience automating file updation on GitHub could help out.
Probelm statement:
Look for changes on request in a YouTube playlist and send a pull request after adding and changing a specific file.
Issue is open to any newcomers who are willing to explore the GitHub API and try out some JavaScri
-
Updated
Dec 9, 2021 - Go
-
Updated
Dec 9, 2019 - Go
-
Updated
Sep 20, 2021 - Go
Read only fields were meant to be read only. However sometimes these fields must be set (in the case of an operator managing these resources for example).
We should add a mean to edit these fields with a context manager for example:
with pykorm.fields.UnlockReadOnly:
obj.read_only = 42Improve this page
Add a description, image, and links to the crd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the crd topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
The current Helm chart does not support adding
labelsto the generatedServiceAccountresources.Describe the solution you'd like
Add support for
serviceAccount.labelsin helm chart, in addition to the already existingserviceAccount.annotationsDescribe alternatives you've considered
Managing ServiceAccoun