GithubHelp home page GithubHelp logo

tkgi-windows-disable-chksum-offload's Introduction

Tanzu Kubernetes Grid Integrated (TKGI) / PKS Disable Checksum Offloading

What does this do?

For windows-workers in PKS and TKGI clusters, this disables Checksum Offloading

Pods to the kubernetes api cluster ip service seem to have an issue with checksum offloading in NSX-T. These pods may fail to communicate with the kubernetes api.

Running Disable-NetAdapterChecksumOffload -Name "Ethernet0" -TcpIPv4 -NoRestart seems to fix this behavior.

How do I install it?

  1. Open a shell prompt on a BOSH CLI with access to your TKGI bosh director, such as Ops Manager.
  2. Export your BOSH credentials to the enviornment. These can be accessed via the Ops Manager GUI -> BOSH Director Tile -> Credentials Tab -> Bosh Commandline Credentials.

e.g.

export BOSH_CLIENT=ops_manager BOSH_CLIENT_SECRET=fakesecret BOSH_CA_CERT=/var/tempest/workspaces/default/root_ca_certificate  BOSH_ENVIRONMENT=10.0.0.10
  1. Copy or clone this repository onto this BOSH CLI workstation and create+upload the BOSH release to the director
git clone https://github.com/ceesco53/tkgi-windows-disable-chksum-offload && cd tkgi-windows-disable-chksum-offload
bosh create-release --force
bosh upload-release ./dev_releases/tkgi-windows-disable-chksum-offload/tkgi-windows-disable-chksum-offload-0+dev.1.yml 

  1. Configure the addon from this repo
bosh -n update-config --name=tkgi-windows-disable-chksum-offload --type=runtime ./addon.yml
  1. Update your TKGI clusters via the Ops Manager "Apply Pending Changes" button with the "Upgrade All Clusters" errand. You may also use the tkgi upgrade-cluster command to apply this addon to any individual cluster.

tkgi-windows-disable-chksum-offload's People

Contributors

ceesco53 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

dbmathis

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.