-
Notifications
You must be signed in to change notification settings - Fork 80
[ISSUE #270] Bug fixed, OAM example can not run correctlly. #271
Conversation
- host: x.oam.dev | ||
http: | ||
paths: | ||
- backend: | ||
serviceName: web-ui | ||
servicePort: 8080 | ||
path: / |
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.
Users don't own this domain and could not view it if we setting like this. Please keep the original way, thanks.
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.
ok, i will keep the original way.
- apiVersion: core.oam.dev/v1alpha2 | ||
kind: ContainerizedWorkload | ||
name: example-component2 |
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.
why remove
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.
Because Application does not contain a component named example-component2 or example-component1。It contains a component named web-service-component.
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.
I see, thanks
…ssion to add, delete, modify and check the CRD, the oam example cannot be run correcttly. Signed-off-by: linjie.miao <linjie.miao@silot.ai>
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.
Excellent Job!
I fixed four examples in total:
1) component revsion name format changed in example component-versioning
2) add clusterrole [KIND=Foo] in dependency example
3) add clusterrole [KIND=Ingress] in flight-tracker example
4) change example-health-scope's workloadrefs in typed-component example