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

Prepping v1.0.0-rc1 (crate v0.3.0-rc1) release #132

Merged
merged 6 commits into from
Oct 21, 2022
Merged

Prepping v1.0.0-rc1 (crate v0.3.0-rc1) release #132

merged 6 commits into from
Oct 21, 2022

Conversation

alexsnaps
Copy link
Member

No description provided.

@alexsnaps
Copy link
Member Author

🤣 Interesting egg or chicken problem

@alexsnaps alexsnaps marked this pull request as ready for review October 19, 2022 13:18
@alexsnaps alexsnaps requested a review from eguzki October 19, 2022 13:18
@alexsnaps
Copy link
Member Author

CHANGELOG.mds need updating! 🤦

@@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: limitador
image: quay.io/3scale/limitador:0.5.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is way to break the egg-chicken issue.

  1. In this deployment object, we make reference to not-existing image, for example: limitador:dev
  2. Build the image of the current workspace and tag it as limitador:dev.
  3. Before creating the deployment object in kind, load the image
kind load docker-image limitador:dev --name ${cluster-name}
  1. Create the deployment object. The image being deployed will be the one recently built.

Maybe not for this PR

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

Successfully merging this pull request may close these issues.

2 participants