Skip to content

Deployment budget-app breaks the lab in DO480 #45

Description

@bugbiteme

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions