Skip to content

EnterpriseDB/kubectl-edb-diagnostic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

EDB Hybrid Manager diagnostic plugin for kubectl

Plugin for kubectl to troubleshoot Kubernetes clusters and databases deployed with EDB Hybrid Manager.

For user instructions, please refer to the knowledge base article.

Mac OS and Linux install

You can install the plugin in your system with:

curl -sSfL \
  https://github.com/EnterpriseDB/kubectl-edb-diagnostic/raw/main/install.sh | \
  sudo sh -s -- -b /usr/local/bin

Windows install

To install the plugin on Windows go to the releases page and get the most recent release for your Windows architecture.

For example, if you are using an x86_64 build of Windows, you would download the file named kubectl-edb-diagnostic_<version>_windows_amd64.tar.gz.

The release includes a checksum file, named kubectl-edb-diagnostic_<version>-checksums.txt, that can be used to validate the integrity of the Kubectl binary.

To validate the file you can compare the output of the following command against the relative line in the checksums file:

CertUtil -hashfile <tar-file> SHA256

Now you can extract the contents of the TAR archive using the following command:

tar xvzf <tar-file>

You can copy the kubectl-edb-diagnostic.exe file in any directory pointed by your PATH environment variable, or prepend or append the Kubectl EDB Hybrid Manager diagnostic binary folder to your PATH environment variable.

The directory where kubectl.exe is is usually a good choice for copying the kubectl-edb-diagnostic.exe file to.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages