Skip to content

Issue with https://istio.io/docs/setup/kubernetes/sidecar-injection.html#automatic-sidecar-injection #1004

@wmwong

Description

@wmwong

Under "Manual sidecar injection" it has this command:
kubectl apply -f <(~istioctl kube-inject -f samples/sleep/sleep.yaml)

It doesn't work. There is an extra '~'.

It works with this command:
kubectl apply -f <(istioctl kube-inject -f samples/sleep/sleep.yaml)

Metadata

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