Skip to content
#

subnet

Here are 133 public repositories matching this topic...

cramakanth
cramakanth commented Apr 8, 2020

I installed kubeadm following instructions given here: https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/

on 1 master and 2 worker nodes in a cluster and on the master did a kubeadm init with --pod-network-cidr=10.244.0.0/16 and --apiserver-advertise-address of my master node.

It went well and after finishing init, I then run the command and I get

juan-vg
juan-vg commented Mar 15, 2019

The subnets controller endpoints are not fully documented. You can GET all the subnets inputing the keyword all instead of an {id}, and that is not mentioned in the docs.

https://<ipam_url>/api/my_app/subnets/all/

adamhj
adamhj commented Jan 13, 2016

If you look at a cisco acl list, it is common to have an acl like:
rule 5 permit ip source 1.2.3.4 0.0.0.0
or in some cases:
rule 5 permit ip source 1.2.3.4 0

here both 0.0.0.0 and 0 are cisco acl bitmask, indicating a net mask of 32 bit length
but if I simply concatenate them with ip address, IPNetwork class will treat them as normal netmask and get the wrong result:

IPNetwork('1.2.3.4/0.0.

Arcus
rheone
rheone commented Nov 9, 2019

Description

We're lacking a style guideline both for the C# code and the Sphinx doc generation.

Impact

It will keep the code clean and concise for all devs

Proposed solutions

  • provide a document with the desired guidelines
  • settle upon a .editorconfig for all file types
  • create appropriate resharper code formatter
  • define linter / formatter rules as appropriate

Improve this page

Add a description, image, and links to the subnet topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the subnet topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.