Mike Ng

Results 15 issues of Mike Ng

## Bug Report #### What did you do? Using operator-sdk, I created a Helm operator for a Helm chart (for [example](https://github.com/mikeshng/simple-helm-lookup/blob/main/acm/helm/etcd-backup/templates/deployment.yaml#L34)) that uses the lookup Helm template function. The Helm...

needs discussion
help wanted

**What type of PR is this?** /kind enhancement **What does this PR do / why we need it**: Add an enhancement proposal to further the discussion on https://github.com/argoproj-labs/argocd-operator/issues/869 issue about...

**Is your feature request related to a problem? Please describe.** There are third party projects that has a concept of cluster registry or cluster inventory. These clusters are usually represented...

enhancement

- One-line PR description: Update KEP-4322 by renaming API to "Cluster Profile" and adding an alternative description. - Issue link: https://github.com/kubernetes/enhancements/issues/4322 - Other comments: The decision to rename the API...

sig/multicluster
cncf-cla: yes
lgtm
size/M
kind/kep
ok-to-test

By community demand, this is the first go of ClusterProfile CRD implementation of [KEP 4322](https://github.com/kubernetes/enhancements/tree/master/keps/sig-multicluster/4322-cluster-inventory). Note: We are expecting the PR `https://github.com/kubernetes/enhancements/pull/4533` to merge for the renaming of the API...

size/XL
cncf-cla: yes
approved

We have initial draft of the ClusterInventory API: https://docs.google.com/document/d/1sUWbe81BTclQ4Uax3flnCoKtEWngH-JA9MyCqljJCBM/ We will need a formal KEP to finalize the definition the API spec.

In the job runner execution, it calls the `tower_ job_wait` module but currently there is no timeout value given so it might wait indefinitely. For more information: https://docs.ansible.com/ansible/latest/collections/awx/awx/tower_job_wait_module.html#parameter-timeout I propose...

@tima mentioned that `gather_facts` should be set to `false` for Ansible based operator to see some performance improvement. See https://github.com/operator-framework/operator-sdk-samples/pull/160 for more details. This issue is to make sure we...

We need some tests for this repo. @matburt @maxamillion any suggestions? I am thinking we can use: https://github.com/kubernetes-sigs/kind https://github.com/ansible/awx using a script/ansible/gocode 1) launch a `kind` local cluster 2) deploy...

We need to perform a `v0.7.0` release, which means: - cut a release branch `release-v0.7` - create a `v0.7.0` tag - GitHub action should take care of image pushing etc.