Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
Describe what you are trying to solve
With antrea-io/antrea#2545 resolved, docker is no longer available on the Vagrant Nodes and instead sudo ctr -n=k8s.io must be used to manage images and containers (when needed for debugging).
It would be great if ctr could be run as the vagrant user and didn't require to be root.
Bootstrap Kubernetes the Ansible way on Everything (here: Vagrant). Inspired by Kelsey Hightower´s kubernetes-the-hard-way, but refactored to Infrastructure-as-Code.
Ansible playbooks and Packer templates for creating hybrid Windows/Linux Kubernetes 1.10+ cluster with experimental Flannel pod network (host-gw backend)
Describe what you are trying to solve
With antrea-io/antrea#2545 resolved,
dockeris no longer available on the Vagrant Nodes and insteadsudo ctr -n=k8s.iomust be used to manage images and containers (when needed for debugging).It would be great if
ctrcould be run as thevagrantuser and didn't require to be root.**Describe the solution you have in