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

Deployment budget-app breaks the lab in DO480 #45

Open
bugbiteme opened this issue Jul 24, 2024 · 0 comments
Open

Deployment budget-app breaks the lab in DO480 #45

bugbiteme opened this issue Jul 24, 2024 · 0 comments

Comments

@bugbiteme
Copy link

bugbiteme commented Jul 24, 2024

The deployment name: budget-app breaks the lab:
Section 5: Guided Exercise: Managing Multicluster Application Resources with RHACM

since there is no image specified for the container image:

kind: Deployment
apiVersion: apps/v1
.
.
.
 namespace: mysql
  labels:
    app: budget-app
    app.kubernetes.io/part-of: mysql
    apps.open-cluster-management.io/reconcile-rate: medium
    name: budget-app
.
.
.
 spec:
      containers:
        - name: budget-app
          image: IMAGE_NAME

Fixing the code to replace IMAGE_NAME with the specified image is not part of the lab exercise. It is deployed from the main branch, and code modifications are outside this particular exercise's scope.

Other labs affected by this:

  • Guided Exercise: Customizing Resources with Kustomize for RHACM
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

1 participant