Valid pem format to the CRDs webhooks instead empty placeholder#1522
Valid pem format to the CRDs webhooks instead empty placeholder#1522fedepaol merged 2 commits intometallb:mainfrom
Conversation
2b36804 to
aa303ab
Compare
|
We are trying to have the commit messages as per https://cbea.ms/git-commit/ Can you change the commit with something like: Add a valid pem format to the CRDs webhooks instead of the empty placeholder We need to have a valid format and not only the placeholder, as the apiserver will refuse deletion with "unable to load root certificates: unable to parse bytes as PEM block" ? |
|
Also, can you add another commit to track this change to the release notes here ? |
|
Also also, can you change the PR description with the same content as the commit message? |
aa303ab to
ab16b95
Compare
|
Thanks @fedepaol |
|
I found " |
Sorry I wasn't clear. What I meant above was also to change the commit body with the second part here ^^^^ : Also, the commit title is too long and gets cut, please try to shorten it (Valid pem format to the CRDs webhooks instead empty placeholder should work) |
ab16b95 to
0fd895b
Compare
If my understand is right: Is this ok? |
PR title: "Valid pem format to the CRDs webhooks instead empty placeholder", Also: add the suggested body: to the first commit |
0fd895b to
bbf0efd
Compare
bbf0efd to
cc6a90e
Compare
|
@fedepaol Thanks, Updated. Is the |
nope, I see you changed the manifests manually. CI will complain if they are not consistent with the generated result. |
|
The requirements for dev are described here https://metallb.universe.tf/community/#required-software |
|
@cyclinder so, CI failed for some difference between the generated manifests under |
|
OK, I am very sorry for not solving the problem in a short time, now I will solve it |
no problem, and thanks for the help! |
|
Also, come to slack if you need help with that |
We need to have a valid format and not only the placeholder, as the apiserver will refuse deletion with "unable to load root certificates: unable to parse bytes as PEM block"
Signed-off-by: cyclinder <qifeng.guo@daocloud.io>
cc6a90e to
2609852
Compare
|
LGTM, thanks! |
We need to have a valid format and not only the placeholder, as the apiserver will refuse deletion with "unable to load root certificates: unable to parse bytes as PEM block"
Fixed #1501
Fixed #1521