Skip to content

Commit

Permalink
word
Browse files Browse the repository at this point in the history
  • Loading branch information
tanfarming committed Aug 31, 2023
1 parent c4415da commit 5e9fca3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions orch/internal/handlers/hc_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ func handle_hc_instance_req(r *http.Request, cfg HCcfg) error {
task := hc_task_translator(r)

if task != "hc_create" && task != "hc_delete" {
//@@@@@@@@@ hack @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
if cfg.HubId == "307686470544523724" {
return nil
}
//@@@@@@@@@ hack @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

// restore first if the instance's collected
if _, err := internal.Cfg.K8ss_local.ClientSet.CoreV1().Namespaces().Get(context.Background(),
Expand Down

0 comments on commit 5e9fca3

Please sign in to comment.