4 Try out 1.5 rc2
Anish Ramasekar редактировал(а) эту страницу 2019-07-26 17:29:36 -07:00

1.5-rc2

As part of our official 1.5 release that's coming soon, we have made 1.5-rc2 available for testing and feedback. The following file contains the deployment manifest for trying out the rc -

kubectl apply -f https://raw.githubusercontent.com/Azure/aad-pod-identity/master/deploy/infra/master/replicaset/deployment-rbac.yaml

Features and improvements included:

  1. Support for system assigned identity clusters.
  2. Improved error handling by including states(CREATED, ASSIGNED, UNASSIGNED) for AzureAssignedIdentity.
  3. Improved performance by assigning identities to nodes in parallel.
  4. Leader election and scaled up to 2 replicas for MIC.
  5. Health probe and reporting of states(Active, Not Active) for MIC and NMI.
  6. Retries in NMI for more resilient token fetching.
  7. Update to latest azure sdk.
  8. Application whitelisting capability.
  9. Enable caching to reduce load on kube-api server.
  10. Ability to use separate service principal instead of cluster service principal(azure.json).
  11. Cleanup iptable rules and chains on exit.
  12. Other bug fixes and improvements.

Please try it out and provide feedback/open issues.