decker

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

README

Decker

Decker stands for "Disconnected Checker" and it's a tool which helps you out validating Openshift disconnected deployments in multiple ways. Among other features you can:

  • Verify an OCP Pull Secret format
  • Verify a container registry access and/or a container registry image
  • Generate ICSP/IDMS manifests files to be applied in Management clusters
  • Validate a OCP Release payload
  • Diagnose a OCP disconnected deployment

Verify

This commands basically verifies a Pull Secret input file:

decker verify pull-secret --authfile pkg/verify/test.json
Verifying pullsecret: pkg/verify/test.json
✔︎ - Read input file
✔︎ - Unmarshal JSON file

If you wanna inspect the registries inside of that pull secret:

decker verify pull-secret --authfile pkg/verify/test.json --inspect
Verifying pullsecret: pkg/verify/test.json
✔︎ - Read input file
✔︎ - Unmarshal JSON file

RegistryName: registry.lab04:5000
⨯ - Registry Credentials
    • Error: No authentication provided
⨯ - Registry Authentication
    • Error: Error login into destination registry

RegistryName: registry.lab01:5000
✔︎ - Registry Credentials
⨯ - Registry Authentication
    • Error: Error login into destination registry

RegistryName: registry.lab02:5000
✔︎ - Registry Credentials
⨯ - Registry Authentication
    • Error: Error login into destination registry

RegistryName: registry.lab03:5000
✔︎ - Registry Credentials
⨯ - Registry Authentication
    • Error: Error login into destination registry

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL