InvalidApplicationUID

    How to resolve

    1. apiVersion: apps/v1
    2. kind: Deployment
    3. metadata:
    4. name: deploy-con-sec-uid
    5. app: helloworld
    6. version: v1
    7. spec:
    8. selector:
    9. matchLabels:
    10. app: helloworld
    11. version: v1
    12. template:
    13. metadata:
    14. labels:
    15. app: helloworld
    16. version: v1
    17. runAsUser: 1338
    18. containers:
    19. - name: helloworld
    20. image: docker.io/istio/examples-helloworld-v1
    21. securityContext:
    22. runAsUser: 1338
    23. resources:
    24. requests:
    25. cpu: "100m"
    26. imagePullPolicy: IfNotPresent #Always
    27. - containerPort: 5000