New pages

Jump to navigation Jump to search
New pages
Hide bots | Show redirects
  • 11:18, 25 March 2024HowTo:Docker 172 Fix (hist | edit) ‎[932 bytes]Rhunter (talk | contribs) (Created page with "Background: VT uses a chunk of the 172 private network address space for it's internal private addressing. Docker comes pre-configured to also uses 172.17.0.0/12 which will cause the internal system to ignore any external 172.17.x.x/12 address trying to access the system. To fix this you need to reconfigure your docker to use a different address space like 192.168.x.x/16 or a 10.1.x.x/16 (tech also uses 10.6+.x.x for their networking so this is less safe although 10.5...")
  • 14:14, 23 January 2024CS Launch Ingress (hist | edit) ‎[2,516 bytes]Carnold (talk | contribs) (Created page with "== Introduction == This is guide a supplement to the CS Launch guide. It goes into more detail about CS Launch Ingress support. == Annotations == You an modify the behavior of your ingress using kubernetes annotations on your ingress resource. A common example is to restrict access to certain IP ranges. A full list of annotations and their descriptions can be found at: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annot...")