Skip to content

[Doc]: fix demo doc to use demo namespace when deploying Halkyon resources  #158

Closed
@pdettori

Description

I ran the demo tutorial and found that in the code snippet:

kubectl create ns demo
kubectl apply -f fruit-client-sb/target/classes/META-INF/dekorate/halkyon.yml
kubectl apply -f fruit-backend-sb/target/classes/META-INF/dekorate/halkyon.yml

the Halkyon resources get created in the default namespace, but the rest of the demo assumes that they should be in demo. So it should be instead:

kubectl create ns demo
kubectl apply -f fruit-client-sb/target/classes/META-INF/dekorate/halkyon.yml -n demo
kubectl apply -f fruit-backend-sb/target/classes/META-INF/dekorate/halkyon.yml -n demo

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions