Skip to content

Commit

Permalink
Adjust run.sh flags
Browse files Browse the repository at this point in the history
  • Loading branch information
omertuc committed Sep 18, 2023
1 parent 52678a4 commit fa7bed2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ cargo run --manifest-path "$REPO_DIR"/Cargo.toml --release -- \
--static-dir "$CLUSTER_DIR"/kubernetes \
--static-dir "$CLUSTER_DIR"/kubelet \
--static-dir "$CLUSTER_DIR"/machine-config-daemon \
--cn-san-replace "api-int.test-cluster.redhat.com api-int.new-name.foo.com" \
--cn-san-replace "api.test-cluster.redhat.com api.new-name.foo.com" \
--cn-san-replace "*.apps.test-cluster.redhat.com *.apps.new-name.foo.com" \
--cluster-rename new-name,foo.com \
--use-cert example.crt \
--extend-expiration \
--regenerate-server-ssh-keys "$CLUSTER_DIR"/ssh
--extend-expiration
# --cn-san-replace "api-int.test-cluster.redhat.com api-int.new-name.foo.com" \
# --cn-san-replace "api.test-cluster.redhat.com api.new-name.foo.com" \
# --cn-san-replace "*.apps.test-cluster.redhat.com *.apps.new-name.foo.com" \
# --cluster-rename new-name,foo.com \
# --use-cert example.crt \

# Dump etcd after changes
dump "$CLUSTER_DIR/etcd_dump"
Expand Down

0 comments on commit fa7bed2

Please sign in to comment.