Skip to content

Commit

Permalink
Enable trcplgtool for k hive (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-rieke authored Dec 4, 2024
1 parent 0b592fd commit 70d6b85
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions atrium/vestibulum/trcshbase/trcsh.go
Original file line number Diff line number Diff line change
Expand Up @@ -972,10 +972,6 @@ func processPluginCmds(trcKubeDeploymentConfig **kube.TrcKubeConfig,
}
case "trcplgtool":
// Utilize elevated CToken to perform certifications if asked.
if prod.IsProd() {
fmt.Printf("trcplgtool unsupported in production\n")
os.Exit(125) // Running functionality not supported in prod.
}
trcshDriverConfig.FeatherCtlCb = featherCtlCb
if gAgentConfig == nil {

Expand Down

0 comments on commit 70d6b85

Please sign in to comment.