Daniel Kim

Results 10 comments of Daniel Kim

Describe crd: ``` k describe crd imagepolicies.image.toolkit.fluxcd.io Name: imagepolicies.image.toolkit.fluxcd.io Namespace: Labels: app.kubernetes.io/instance=flux-system app.kubernetes.io/part-of=flux app.kubernetes.io/version=v0.32.0 kustomize.toolkit.fluxcd.io/name=flux-system kustomize.toolkit.fluxcd.io/namespace=flux-system Annotations: controller-gen.kubebuilder.io/version: v0.7.0 API Version: apiextensions.k8s.io/v1 Kind: CustomResourceDefinition Metadata: Creation Timestamp: 2022-09-08T22:32:15Z Deletion Grace...

This seems to be the finalizer setting in the CRD - once the finalizers are removed manually, CRD were cleaned up. However, I believe this needs to be sorted by...

Here is the flux version of the issue: ``` flux --version flux version 0.30.2 ``` ``` flux version flux: v0.30.2 helm-controller: v0.22.2 image-automation-controller: v0.24.1 image-reflector-controller: v0.20.0 kustomize-controller: v0.27.0 notification-controller: v0.25.1...

``` k get crd NAME CREATED AT alertproviders.flagger.app 2022-08-31T20:41:08Z alerts.notification.toolkit.fluxcd.io 2022-09-12T22:47:02Z authorizationpolicies.security.istio.io 2022-08-31T20:40:38Z buckets.source.toolkit.fluxcd.io 2022-09-12T22:47:03Z canaries.flagger.app 2022-08-31T20:41:08Z certificaterequests.cert-manager.io 2022-08-31T20:40:01Z certificates.cert-manager.io 2022-08-31T20:40:01Z challenges.acme.cert-manager.io 2022-08-31T20:40:02Z clusterissuers.cert-manager.io 2022-08-31T20:40:02Z destinationrules.networking.istio.io 2022-08-31T20:40:38Z envoyfilters.networking.istio.io 2022-08-31T20:40:38Z gateways.networking.istio.io...

``` k edit crd ocirepositories.source.toolkit.fluxcd.io ``` ``` # Please edit the object below. Lines beginning with a '#' will be ignored, # and an empty file will abort the edit....

Also, I downloaded fluxcd via terrafrom provider 0.18.0 which is the [latest ](https://registry.terraform.io/providers/fluxcd/flux/latest) Also, for the flux cli, installed via choco - ``` flux --version flux version 0.33.0 ``` ```...

Hi, I am wondering if the installation way via FluxCD is defined for Azure CSI Driver. > We do not have GitOps-specific docs Is there going to be a plan...

Im having this issue as well - anyone got it working with GitHub App ? is there any particular permission needs to be added besides PullRequest (read and write) and...

Hi, is there any update on this? Also, is this feature going to handle the Graph permission assignment as well? We'd like to grant graph permission to enterprise applications using...

I had the same issue when you have an existing virtual service that contains gateway and hostname information, applying a new virtual service change for delegation by flagger; it did...