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

--cgroup-manager option is missing from mac version #5101

Closed
medyagh opened this issue Feb 6, 2020 · 3 comments
Closed

--cgroup-manager option is missing from mac version #5101

medyagh opened this issue Feb 6, 2020 · 3 comments
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@medyagh
Copy link

medyagh commented Feb 6, 2020

while trying to add podman driver for minikube kubernetes/minikube#6515
I noticed on mac

podman --cgroup-manager
Error: unknown flag: --cgroup-manager

podman version:

Client:
Version:            1.6.1-dev
RemoteAPI Version:  1
Go Version:         go1.12.9
OS/Arch:            darwin/amd64

Service:
Version:            1.7.1-dev
RemoteAPI Version:  1
Go Version:         go1.12.10
Git Commit:         ce4bf33ccc80819f199bdbb6526b9adee1ad41b0-dirty
Built:              Sat Jan 18 02:01:17 2020
OS/Arch:            linux/amd64
@mheon
Copy link
Member

mheon commented Feb 6, 2020

This is intentional; global configuration flags like --cgroup-manager are server-side only, and should be configured on the Podman service there.

@medyagh
Copy link
Author

medyagh commented Feb 6, 2020

ok makes sense !

@afbjorklund
Copy link
Contributor

I think some of the confusion here comes because podman-remote is called podman on the Mac...

For boot2podman, the regular ISO uses "cgroupfs" whereas the fedora ISO uses "systemd".
There isn't really a way to change it before boto, except for rebuilding the images I suppose.

Will bring it over to minikube, since kubeadm wants systemctl - I think it is better off using Fedora.

@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 Sep 23, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

No branches or pull requests

3 participants