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
If the app type cannot be judged, user needs to write APPCMDS in the kubefile.
APPCMDS
for example:
i have a app contains yaml file and shell:
ls buildcontext: nginx.yaml ns.yaml start.sh
i just want to copy all yaml and shell files , then use start.sh to launch my app.
start.sh
kubefile:
FROM scratch APP myapp local://buildcontext LAUNCH myapp
this will judge myapp its a yaml type.
No response
The text was updated successfully, but these errors were encountered:
Duplicated issue with #1993
Sorry, something went wrong.
kakaZhou719
No branches or pull requests
What happen?
If the app type cannot be judged, user needs to write
APPCMDS
in the kubefile.for example:
i have a app contains yaml file and shell:
i just want to copy all yaml and shell files , then use
start.sh
to launch my app.kubefile:
this will judge myapp its a yaml type.
Relevant log output?
No response
What you expected to happen?
No response
How to reproduce it (as minimally and precisely as possible)?
No response
Anything else we need to know?
No response
What is the version of Sealer you using?
No response
What is your OS environment?
No response
What is the Kernel version?
No response
Other environment you want to tell us?
The text was updated successfully, but these errors were encountered: