Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[kwok] Provided service for attach #237

Closed
Tracked by #162
wzshiming opened this issue Jan 28, 2023 · 1 comment · Fixed by #515
Closed
Tracked by #162

[kwok] Provided service for attach #237

wzshiming opened this issue Jan 28, 2023 · 1 comment · Fixed by #515
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Milestone

Comments

@wzshiming
Copy link
Member

wzshiming commented Jan 28, 2023

# Match pods
kind: ClusterAttach
apiVersion: kwok.x-k8s.io/v1alpha1
metadata:
  name: cluster-attach-rules
spec:
  selector:
    matchNamespaces:
      - podNamespace
    matchNames:
      - podName
  attaches: []
--- 
# Just for a Pod
kind: Attach
apiVersion: kwok.x-k8s.io/v1alpha1
metadata:
  name: podName
  namespace: podNamespace
spec:
  attaches:
    - containers:
        - containerName
      
      logsFile: /tmp/kwok.log

/kind feature

@wzshiming wzshiming added the kind/feature Categorizes issue or PR as related to a new feature. label Jan 28, 2023
@wzshiming wzshiming changed the title Provided service for attach [kwok] Provided service for attach Jan 28, 2023
@wzshiming wzshiming added this to the v0.2 milestone Feb 6, 2023
@nikola-jokic
Copy link
Contributor

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants