-
Notifications
You must be signed in to change notification settings - Fork 80
add OAM policy design #33
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not very sure whether it's enough, hope other guy could give more scenarios.
containers: | ||
- name: mysql | ||
image: mysql:latest | ||
policies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
policies | |
policies: |
containers: | ||
- name: wordpress | ||
image: wordpress:latest | ||
policies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
policies | |
policies: |
database component in a master only mode. Therefore, an application operator cannot apply a | ||
`ManualScalerTrait` to the `example-db` component. In the same time, let's say that the | ||
`example-web` component developer wants to expose the component to the internet. This | ||
means that an application operator needs to know that it should apply an `IngressTrait' to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
means that an application operator needs to know that it should apply an `IngressTrait' to | |
means that an application operator needs to know that it should apply an `IngressTrait` to |
image: mysql:latest | ||
policies | ||
- type: maxInstancePolicy | ||
value: 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- type: replicaPolicy
value: singleton
I think this proposal is missing the problem background and use cases. Would like to see them added first. |
Add an initial OAM Policy design