-
Notifications
You must be signed in to change notification settings - Fork 164
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
Add pod template support #33
Conversation
/hold |
088221a
to
89e54d2
Compare
Instead of manully maintaining these crd yaml files under build/crds/sedna, we use kubebuilder to generate them. Signed-off-by: llhuii <liulinghui@huawei.com>
7af9e40
to
41b0940
Compare
/hold cancel |
Signed-off-by: llhuii <liulinghui@huawei.com>
Signed-off-by: llhuii <liulinghui@huawei.com>
Signed-off-by: llhuii <liulinghui@huawei.com>
Signed-off-by: llhuii <liulinghui@huawei.com>
Signed-off-by: llhuii <liulinghui@huawei.com>
since we switch to pod template which has large crd yaml, this would lead to the error `metadata.annotations: Too long: must have at most 262144 bytes` when `kubectl apply -f` Signed-off-by: llhuii <liulinghui@huawei.com>
Signed-off-by: llhuii <liulinghui@huawei.com>
Signed-off-by: llhuii <liulinghui@huawei.com>
Signed-off-by: llhuii <liulinghui@huawei.com>
Signed-off-by: llhuii <liulinghui@huawei.com>
Signed-off-by: llhuii <liulinghui@huawei.com>
Signed-off-by: llhuii <liulinghui@huawei.com>
Signed-off-by: llhuii <liulinghui@huawei.com>
41b0940
to
d832d48
Compare
1. add 'push' to push gm/lc images 2. add 'push-examples' to push examples images 3. add 'push-all' for both Signed-off-by: llhuii <liulinghui@huawei.com>
d6ccd1f
to
e63d4a1
Compare
/lgtm |
I'm going to merge this one now. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: llhuii The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
fix #31 #19