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

Configuration file cannot be read from stdin #38

Closed
prometherion opened this issue Jul 16, 2020 · 0 comments · Fixed by #55
Closed

Configuration file cannot be read from stdin #38

prometherion opened this issue Jul 16, 2020 · 0 comments · Fixed by #55
Assignees

Comments

@prometherion
Copy link

I was expecting to get this working easily as stdin, similar to what you can do with kubectl, but file is needed.

cat <<EOF | kubectl apply -f
apiVersion: v1                                             
kind: PersistentVolumeClaim                                
metadata:                                                  
  name: task-pv-claim                                      
spec:                                                      
  accessModes:                                             
    - ReadWriteOnce                                        
  resources:
    requests:
      storage: 3Gi
EOF

Would be great to have this feature implemented!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants