mirror of https://github.com/istio/istio.io.git
1.9 KiB
1.9 KiB
| title | weight | icon |
|---|---|---|
| Istio 1.1 | 88 | notes |
TODO announcement
{{< relnote_links >}}
Policies and Telemetry
- Kiali. The Service Graph addon has been deprecated in favor of Kiali. See the Kiali Task for more details about Kiali.
Security
- Deprecated
RbacConfigreplacing it withClusterRbacConfigto implement the correct cluster scope. Refer to our guide on Migrating theRbacConfigtoClusterRbacConfigfor migration instructions.
Istioctl
-
Deprecated
istioctl create,istioctl replace,istioctl get, andistioctl delete. Usekubectlinstead (see https://kubernetes.io/docs/tasks/tools/install-kubectl). The next release (1.2) removes the deprecated commands. -
Deprecated
istioctl gen-deploy. Use ahelm templateinstead. The next release (1.2) removes this command. -
Added
istioctl validatefor offline validation of Istio Kubernetes resources. The intent is to replace the existing use of the deprecatedistioctl createcommand. -
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.