Closed deepankarm closed 1 year ago
JCloud uses jina ping command for readiness checks, which was added in jina 3.10.0. So it is compatible with any jina version >=3.10.0.
jina ping
3.10.0
resources
expose
gateway
gateway.kind
jc
--name
jc deploy
name
jcloud.name
Passing environment variables using --env-file is dropped. Users can use env field in the Flow yaml.
--env-file
env
jc deploy / jc remove won't show any logs on CI anymore, rather redirect users to the Grafana dashboard.
jc remove
--status is renamed to --phase in jc list command.
--status
--phase
jc list
jc logs command dropped.
jc logs
Jina Version
JCloud uses
jina ping
command for readiness checks, which was added in jina3.10.0
. So it is compatible with any jina version >=3.10.0.Changes to JCloud args
resources
expose
. It is allowed forgateway
& executors.gateway.kind
is removed (only Kong Ingress) is allowed.Changes to
jc
CLI--name
arg is removed fromjc deploy
arg list. To passname
to a Flow YAML, please usejcloud.name
in the Flow YAML.Passing environment variables using
--env-file
is dropped. Users can useenv
field in the Flow yaml.jc deploy
/jc remove
won't show any logs on CI anymore, rather redirect users to the Grafana dashboard.--status
is renamed to--phase
injc list
command.jc logs
command dropped.