Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Namespace 'cluster-config' not found #18

Open
diversit opened this issue Jun 29, 2023 · 2 comments
Open

Namespace 'cluster-config' not found #18

diversit opened this issue Jun 29, 2023 · 2 comments

Comments

@diversit
Copy link

When deploying this application as part of Tutorial: Deploy applications using GitOps with Flux v2
and using Azure Portal to deploy the application,

the deployment fails with

[
    {
        "lastTransitionTime": "2023-06-29T13:47:06+00:00",
        "message": "Detecting drift for revision main@sha1:3dbc5deb98d5a8099d06def8f40628ab103b0330 with a timeout of 10m0s",
        "reason": "ProgressingWithRetry",
        "status": "True",
        "type": "Reconciling"
    },
    {
        "lastTransitionTime": "2023-06-29T13:47:06+00:00",
        "message": "ConfigMap/cluster-config/redis-values-mhbkt4gc9t namespace not specified, error: namespaces \"cluster-config\" not found\n",
        "reason": "ReconciliationFailed",
        "status": "False",
        "type": "Ready"
    }
]

Expectation: the application deploys successfully also when using Azure Portal.

@ITOpenwork
Copy link

Hi @diversit I succedeed following the MS Tutorial by changing "test-application" into "cluster-config" in the section "Create a GitOps configuration"

image

Regards

@mischavandenburg
Copy link

@ITOpenwork Thank you, this worked. I hope MS gets around to fixing this in the tutorial

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants