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

[Bug]: podman kube play does not list secrets #17071

Closed
vrothberg opened this issue Jan 11, 2023 · 6 comments · Fixed by #17526
Closed

[Bug]: podman kube play does not list secrets #17071

vrothberg opened this issue Jan 11, 2023 · 6 comments · Fixed by #17526
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. kube locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@vrothberg
Copy link
Member

Issue Description

Running podman kube play on a K8s YAML with a secret will create the secret but not print anything on the terminal.

Steps to reproduce the issue

Steps to reproduce the issue

  1. Run the following YAML:
apiVersion: v1              
kind: Secret                
metadata:                   
  name: newsecret           
type: Opaque                
data:                       
  username: dXNlcg==        
  password: NTRmNDFkMTJlOGZh

Describe the results you received

No output.

Describe the results you expected

The ID of the created secret.

podman info output

Latest HEAD and 4.3.1.

Podman in a container

No

Privileged Or Rootless

None

Upstream Latest Release

Yes

Additional environment details

Additional environment details

Additional information

Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting

@vrothberg vrothberg added the kind/bug Categorizes issue or PR as related to a bug. label Jan 11, 2023
@vrothberg
Copy link
Member Author

@ashley-cui PTAL

@vrothberg
Copy link
Member Author

I just tested podman kube down which does not remove secrets. Needs plumbing as well.

@vrothberg vrothberg added the kube label Jan 11, 2023
@vrothberg
Copy link
Member Author

@rhatdan FYI

@github-actions
Copy link

A friendly reminder that this issue had no activity for 30 days.

@danishprakash
Copy link
Contributor

@vrothberg mind If I look into this?

@vrothberg
Copy link
Member Author

@vrothberg mind If I look into this?

It's all yours, thank you !

@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Aug 31, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Categorizes issue or PR as related to a bug. kube locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants