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.
Ansible playbooks and Packer templates for creating hybrid Windows/Linux Kubernetes 1.10+ cluster with experimental Flannel pod network (host-gw backend)
An application to help with IP Address Management (IPAM) for Google Kubernetes Engine (GKE) clusters. Easily allows the calculation of the subnets required to spin up GKE clusters in VPC-native mode. See it at: https://googlecloudplatform.github.io/gke-ip-address-management/
Describe what you are trying to solve
With antrea-io/antrea#2545 resolved,
docker
is no longer available on the Vagrant Nodes and insteadsudo 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 thevagrant
user and didn't require to be root.**Describe the solution you have in