istio.io/content/about/notes/1.1/index.md

1.9 KiB

title weight icon
Istio 1.1 88 notes

TODO announcement

{{< relnote_links >}}

Policies and Telemetry

Security

Istioctl

  • Deprecated istioctl create, istioctl replace, istioctl get, and istioctl delete. Use kubectl instead (see https://kubernetes.io/docs/tasks/tools/install-kubectl). The next release (1.2) removes the deprecated commands.

  • Deprecated istioctl gen-deploy. Use a helm template instead. The next release (1.2) removes this command.

  • Added istioctl validate for offline validation of Istio Kubernetes resources. The intent is to replace the existing use of the deprecated istioctl create command.

  • Added istioctl experimental verify-install. This experimental command verifies the installation status of Istio given a specified install YAML file.

Configuration

  • You can now use Galley to serve as the Kubernetes touch point between Kubernetes and the other Istio components: Pilot and Mixer. This feature is in alpha. Subsequent Istio releases will make Galley Istio's default configuration management mechanism.