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
When deploying dinky in K8S,auto.sh is missing,I have no idea to deal with it....
I need to deploy dinky in k8s,So,Can I have some help?
I follow your document to deploy,but such problem is happened,there is no suggestions to deal with it.
.... containers: - name: dinky image: 'dinkydocker/dinky-standalone-server:1.1.0-flink1.17' command: - /bin/bash - '-c' - /dinky/auto.sh startOnPending 1.17 ports: - name: rest containerPort: 8888 protocol: TCP envFrom: - secretRef: name: dinky-mysql env: .....
1.1.0
The text was updated successfully, but these errors were encountered:
Hello @zmyer, this issue is about K8S, so I assign it to @gaoyan1998 and @zackyoungh. If you have any questions, you can comment and reply.
你好 @zmyer, 这个 issue 是关于 K8S 的,所以我把它分配给了 @gaoyan1998 和 @zackyoungh。如有任何问题,可以评论回复。
Sorry, something went wrong.
我有同样的问题,请问你解决了吗?
gaoyan1998
zackyoungh
No branches or pull requests
Search before asking
What happened
When deploying dinky in K8S,auto.sh is missing,I have no idea to deal with it....
What you expected to happen
I need to deploy dinky in k8s,So,Can I have some help?
How to reproduce
I follow your document to deploy,but such problem is happened,there is no suggestions to deal with it.
Anything else
....
containers:
- name: dinky
image: 'dinkydocker/dinky-standalone-server:1.1.0-flink1.17'
command:
- /bin/bash
- '-c'
- /dinky/auto.sh startOnPending 1.17
ports:
- name: rest
containerPort: 8888
protocol: TCP
envFrom:
- secretRef:
name: dinky-mysql
env:
.....
Version
1.1.0
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: