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

Contribution: receive some contributions? #1

Open
lizonglingo opened this issue Aug 21, 2023 · 2 comments
Open

Contribution: receive some contributions? #1

lizonglingo opened this issue Aug 21, 2023 · 2 comments

Comments

@lizonglingo
Copy link

作者您好,您的这个系列教程使我受益匪浅,首先向您及您做的工作表示感谢!

得益于教程的详细,我将代码进行了编译并在本地环境跑了起来,使它在 kubernetes 集群中可以正常的工作:

root@nm:~# kubectl get crd balloons.book.dong.io -o wide
NAME                    CREATED AT
balloons.book.dong.io   2023-08-21T04:22:03Z
root@nm:~# kubectl get balloon my-new-balloon -o yaml
apiVersion: book.dong.io/v1
kind: Balloon
metadata:
  annotations:
    kubectl.kubernetes.io/last-applied-configuration: |
      {"apiVersion":"book.dong.io/v1","kind":"Balloon","metadata":{"annotations":{},"name":"my-new-balloon","namespace":"default"},"spec":{"releaseTime":"2023-08-21T10:10:00+08:00"}}
  creationTimestamp: "2023-08-21T04:22:08Z"
  generation: 1
  name: my-new-balloon
  namespace: default
  resourceVersion: "83317"
  uid: 4acd2cc8-5cda-4ce6-bff2-08a8e7c0dfdd
spec:
  releaseTime: "2023-08-21T10:10:00+08:00"
status:
  balloonStatus: Released

以下有两个问题:

  1. 我可以将完整代码构建、部署和运行的相关文件贡献到该仓库中吗?
  2. 对于这个系列,您后续还会继续更新下去吗,这可能是我看到过的最适合入门 kubernetes 本身的一些机制和设计内容的教程了,希望 Balloon 可以帮助更多的人。
@caozhuozi
Copy link
Owner

caozhuozi commented Aug 21, 2023

@lizonglingo
谢谢你的反馈!
您可以添加我的微信或者通过email联系我。

Wechat QR code:
image

email: [email protected]

--

Thanks for the feedback.
You can add my Wechat or send me emails for further discussion.

@zaunist
Copy link

zaunist commented Aug 25, 2023

+1 受益匪浅

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

No branches or pull requests

3 participants