You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kubernetes 1.2 comes with Deployments and ReplicaSets (similar to ReplicationControllers but enable declarative changes/rollouts and use hashing for versioning), we should add views for them.
For Deployments we probably want some sort of log view to see the changes which were made to the deployment (it would require a similar view to #1329 )
The text was updated successfully, but these errors were encountered:
Kubernetes 1.2 comes with Deployments and ReplicaSets (similar to ReplicationControllers but enable declarative changes/rollouts and use hashing for versioning), we should add views for them.
See http://blog.kubernetes.io/2016/04/using-deployment-objects-with.html for a friendly example.
For Deployments we probably want some sort of log view to see the changes which were made to the deployment (it would require a similar view to #1329 )
The text was updated successfully, but these errors were encountered: