- Hyper-V Management tools (Windows Features > Hyper-V > Management Tools)
- Hyper-V Platform tools (Windows Features > Hyper-V > Platform Tools)
- with docker running, run this command to clean up everything:
docker system prune
| ---- | |
| manager_base.py | |
| ---- | |
| from abc import ABCMeta, abstractmethod | |
| class TransactionContext(metaclass=ABCMeta): | |
| @abstractmethod | |
| def __enter__(self): | |
| raise NotImplementedError() |
docker system prune
$ kubectl create serviceaccount k8sadmin --namespace kube-system
$ kubectl create clusterrolebinding k8sadmin --clusterrole=cluster-admin --serviceaccount=kube-system:k8sadmin
| {"lastUpload":"2021-12-28T19:30:53.463Z","extensionVersion":"v3.4.3"} |