Cristiano Colangelo
Cristiano Colangelo
Hello. I noticed a typo on 02.2 chapter, under "Define by group" section. > Unless you assign the value of constant is iota, [...] I think it should be something...
Hello, when trying to bootstrap argocd to a cluster on GCP I get the following error: ``` rpc error: code = Unknown desc = unexpected client error: unexpected requesting "https://git.org.com/mygroup/myrepo.git/info/refs?service=git-upload-pack"...
This PR adds a new deployment method for the Telemetry Aware Scheduler using [Cluster API](https://cluster-api.sigs.k8s.io/). It would be great if someone could try it out and let me know if...
According to [this](https://kubernetes.io/docs/reference/scheduling/config/) doc page, KubeSchedulerConfiguration v1beta2 is deprecated in v1.25 and will be removed in v1.26, therefore the `apiVersion` field of [this](https://github.com/intel/platform-aware-scheduling/tree/master/telemetry-aware-scheduling#extender-configuration) should be updated.
Checklist: * [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq. * [x] I've included steps to reproduce the bug. * [x] I've pasted the output of...
## Bug Report #### What did you do? I generated a webhook with `operator-sdk create webhook --group group --version v1alpha1 --kind Resource --programmatic-validation` #### What did you expect to see?...
I would like to propose a few changes to the default labels as generated by the operator-sdk. Let's take the Namespace object generated by kustomize: ```yaml apiVersion: v1 kind: Namespace...
### Pre-requisites - [x] I have double-checked my configuration - [x] I have tested with the `:latest` image tag (i.e. `quay.io/argoproj/workflow-controller:latest`) and can confirm the issue still exists on `:latest`....
Fixes #14297 (see discussion also). ### Motivation When a Windows container fails e.g. due to a crash it goes into Error state. The wait container will trigger argoexec kill command...