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

Miscellaneous fixes #12

Merged
merged 5 commits into from
Dec 14, 2020
Merged

Miscellaneous fixes #12

merged 5 commits into from
Dec 14, 2020

Conversation

detiber
Copy link
Contributor

@detiber detiber commented Dec 10, 2020

Description

Various fixes

Why is this needed

  • Fixes metadata.yaml to match current version information in repo
  • Adds clusterctl-settings.json to facilitate easier testing with clusterctl
  • Adds tilt-provider.json to facilitate easier testing with Tilt
  • Fixes the image name in config/manager/manager_image_patch.yaml to remove an extraneous .io
  • Updates the name prefix used when generating manifests from cluster-api-provider-tinkerbell- to capt- to avoid issues with name length
  • Regenerated manifests using make crds to pick up the above changes and also reflect the current state of things

Fixes: #11

Signed-off-by: Jason DeTiberus <detiber@users.noreply.github.com>
Copy link
Contributor

@invidian invidian left a comment

Choose a reason for hiding this comment

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

LGTM, just some nits and questions.

@@ -0,0 +1,7 @@
{
"name": "infrastructure-tinkerbell",
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we want it infrastructure-tinkerbell or infrastructure-tink ? #11

Copy link
Contributor

Choose a reason for hiding this comment

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

Oh, I see next commits now.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think we want tinkerbell here, since this will be used by clusterctl for output.

clusterctl-settings.json Outdated Show resolved Hide resolved
tilt-provider.json Outdated Show resolved Hide resolved
@@ -8,5 +8,5 @@ spec:
spec:
containers:
# Change the value of image field below to your controller image URL
- image: quay.io.io/tinkerbell/cluster-api-provider-tinkerbell:e2e
Copy link
Contributor

Choose a reason for hiding this comment

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

Hehe, I run into this one as well 😄

@@ -1,11 +1,11 @@
# Adds namespace to all resources.
namespace: cluster-api-provider-tinkerbell-system
namespace: capt-system
Copy link
Contributor

Choose a reason for hiding this comment

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

Perhaps that fixes #11 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, this was a fix for #11

Signed-off-by: Jason DeTiberus <detiber@users.noreply.github.com>
Signed-off-by: Jason DeTiberus <detiber@users.noreply.github.com>
Signed-off-by: Jason DeTiberus <detiber@users.noreply.github.com>
- Switch to capt- as a prefix instead of cluster-api-provider-tinkerbell to avoid issues with name length
- regenerate manifests to pick up name prefix change and reflect the current state of things

Signed-off-by: Jason DeTiberus <detiber@users.noreply.github.com>
@detiber
Copy link
Contributor Author

detiber commented Dec 11, 2020

@invidian this should be good to go now

Copy link
Contributor

@invidian invidian left a comment

Choose a reason for hiding this comment

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

LGTM

@detiber detiber merged commit e68040e into main Dec 14, 2020
@detiber detiber deleted the fixes branch December 14, 2020 14:37
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.

Manifests generated by "make release-manifests" have too long names
2 participants