replicatedctl app apply-config
has been added, which will apply config changes to the running application. When using the native scheduler this command will perform a restart. When using the Kubernetes and Swarm scheduler, it is equivalent to kubectl apply
and stack deploy
respectively.stop_timeout
has been added to the Native scheduler container definition to specify the number of seconds to wait after stopping an application container before killing it.replicatedctl console-auth
command for follow up steps.replicatedctl support-bundle
command have been improved. Users will now be instructed on how to collect a CLI support bundle when replicatedctl
is unsupported.additional-no-proxy
, http-proxy
, private-address
, and public-address
flags during airgapped installations.--attach
flag.filter
string as a parameter to filter entities that are synced back to your integration./var/lib/docker
) using custom preflight checks. The minimum required space will default to 1GB when not specified.force-reset
flag to the Kubernetes uninstaller that, when present, will suppress all prompts and warning messages before uninstalling Kubernetes and Replicated.docker logs
.replicatedctl app status inspect
has been deprecated in favor of the replicatedctl app status command.storage-schemas.conf
and storage-aggregations.conf
files in the replicated-statsd container./etc/docker/certs.d
.backup
section of the Replicated YAML to customize the restore process.--airgap-package=
.tls-cert-path=
with an absolute path to the trusted CA certificates file on the host.--value
and --data
flags to the replicatedctl app-config set CLI command will now accept values with commas.run_on_save
property set to true will no longer be evaluated if the underlying config item’s when
condition evaluates to false./var/replicated/support-bundles/
as specified in the command output.--hidden
flag.NO_PROXY
hosts and add them to the environment of Docker, as well as the Replicated and Replicated Operator containers. Additional hosts can be added to the default NO_PROXY
list with the additional-no-proxy
flag for the Native, Swarm and Kubernetes schedulers.ps aux
as processor
now uses an entrypoint replicated-auditlog-processor
.replicated-auditlog-cron
container has been changed from off
to error
.replicated_version
in the host_requirements
section of your application YAML. Note: Replicated will not auto-upgrade from versions prior to 2.23.0.--interactive
and --tty
flags with shorthand -it
./var/lib/replicated/tmp
mounted from the host when extracting airgapped bundles rather than /tmp
inside the Replicated container.