Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: xliuqq <[email protected]>
  • Loading branch information
xliuqq committed Jul 28, 2024
1 parent 671838c commit 0734468
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cmd/alluxio/app/alluxio.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func handle() {

utils.NewPprofServer(setupLog, pprofAddr, development)

// the default webserver port is 9443, no need to set.
// the default webhook server port is 9443, no need to set
mgr, err := ctrl.NewManager(controllers.GetConfigOrDieWithQPSAndBurst(kubeClientQPS, kubeClientBurst), ctrl.Options{
Scheme: scheme,
Metrics: metricsserver.Options{
Expand Down
2 changes: 1 addition & 1 deletion cmd/csi/app/csi.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func handle() {
newPprofServer(pprofAddr)
}

// the default webserver port is 9443, no need to set.
// the default webhook server port is 9443, no need to set
mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{
Scheme: scheme,
Metrics: metricsserver.Options{
Expand Down
2 changes: 1 addition & 1 deletion cmd/dataset/app/dataset.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func handle() {

utils.NewPprofServer(setupLog, pprofAddr, development)

// the default webserver port is 9443, no need to set.
// the default webhook server port is 9443, no need to set
mgr, err := ctrl.NewManager(controllers.GetConfigOrDieWithQPSAndBurst(kubeClientQPS, kubeClientBurst), ctrl.Options{
Scheme: scheme,
Metrics: metricsserver.Options{
Expand Down
2 changes: 1 addition & 1 deletion cmd/efc/app/efc.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func handle() {

utils.NewPprofServer(setupLog, pprofAddr, development)

// the default webserver port is 9443, no need to set.
// the default webhook server port is 9443, no need to set
mgr, err := ctrl.NewManager(controllers.GetConfigOrDieWithQPSAndBurst(kubeClientQPS, kubeClientBurst), ctrl.Options{
Scheme: scheme,
Metrics: metricsserver.Options{
Expand Down
2 changes: 1 addition & 1 deletion cmd/fluidapp/app/fluidapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func handle() {

utils.NewPprofServer(setupLog, pprofAddr, development)

// the default webserver port is 9443, no need to set.
// the default webhook server port is 9443, no need to set
mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{
Scheme: scheme,
Metrics: metricsserver.Options{
Expand Down
2 changes: 1 addition & 1 deletion cmd/goosefs/app/goosefs.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func handle() {

utils.NewPprofServer(setupLog, pprofAddr, development)

// the default webserver port is 9443, no need to set.
// the default webhook server port is 9443, no need to set
mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{
Scheme: scheme,
Metrics: metricsserver.Options{
Expand Down
2 changes: 1 addition & 1 deletion cmd/jindo/app/jindo.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func handle() {

utils.NewPprofServer(setupLog, pprofAddr, development)

// the default webserver port is 9443, no need to set.
// the default webhook server port is 9443, no need to set
mgr, err := ctrl.NewManager(controllers.GetConfigOrDieWithQPSAndBurst(kubeClientQPS, kubeClientBurst), ctrl.Options{
Scheme: scheme,
Metrics: metricsserver.Options{
Expand Down
2 changes: 1 addition & 1 deletion cmd/juicefs/app/juicefs.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func handle() {
return controllers.NewFluidControllerClient(config, options)
}

// the default webserver port is 9443, no need to set.
// the default webhook server port is 9443, no need to set
mgr, err := ctrl.NewManager(controllers.GetConfigOrDieWithQPSAndBurst(kubeClientQPS, kubeClientBurst), ctrl.Options{
Scheme: scheme,
Metrics: metricsserver.Options{
Expand Down
2 changes: 1 addition & 1 deletion cmd/thin/app/thin.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func handle() {

utils.NewPprofServer(setupLog, pprofAddr, development)

// the default webserver port is 9443, no need to set.
// the default webhook server port is 9443, no need to set
mgr, err := ctrl.NewManager(controllers.GetConfigOrDieWithQPSAndBurst(kubeClientQPS, kubeClientBurst), ctrl.Options{
Scheme: scheme,
Metrics: metricsserver.Options{
Expand Down
2 changes: 1 addition & 1 deletion cmd/vineyard/app/vineyard.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func handle() {

utils.NewPprofServer(setupLog, pprofAddr, development)

// the default webserver port is 9443, no need to set.
// the default webhook server port is 9443, no need to set
mgr, err := ctrl.NewManager(controllers.GetConfigOrDieWithQPSAndBurst(kubeClientQPS, kubeClientBurst), ctrl.Options{
Scheme: scheme,
Metrics: metricsserver.Options{
Expand Down

0 comments on commit 0734468

Please sign in to comment.