Skip to content

Does privileged container supported? #4130

@cometta

Description

@cometta

My service.yaml look like below

apiVersion: serving.knative.dev/v1alpha1
kind: Service
metadata:
  name: applicationX
  namespace: default
spec:
  runLatest:
    configuration:
      revisionTemplate:
        spec:
          serviceAccountName: build-robot
          container:
            image: custom_image/1.0
            securityContext:
              privileged: true

I able to apply this yaml file successfully. However, when i try to mount using blobfuse for azure files, it just hangs. I able to run blobfuse using privileged on a docker on my development machine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions