We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
作者您好,您的这个系列教程使我受益匪浅,首先向您及您做的工作表示感谢!
得益于教程的详细,我将代码进行了编译并在本地环境跑了起来,使它在 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
以下有两个问题:
The text was updated successfully, but these errors were encountered:
@lizonglingo 谢谢你的反馈! 您可以添加我的微信或者通过email联系我。
Wechat QR code:
email: [email protected]
--
Thanks for the feedback. You can add my Wechat or send me emails for further discussion.
Sorry, something went wrong.
+1 受益匪浅
No branches or pull requests
作者您好,您的这个系列教程使我受益匪浅,首先向您及您做的工作表示感谢!
得益于教程的详细,我将代码进行了编译并在本地环境跑了起来,使它在 kubernetes 集群中可以正常的工作:
以下有两个问题:
The text was updated successfully, but these errors were encountered: