diff --git a/README.md b/README.md index 6f1b87baa6..b104c12af1 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ ------ +THIS IS A TEST + Kubernetes-native declarative infrastructure for AWS. ## What is the Cluster API Provider AWS diff --git a/main.go b/main.go index d3e41b2911..4f15ecfca7 100644 --- a/main.go +++ b/main.go @@ -594,6 +594,8 @@ func initFlags(fs *pflag.FlagSet) { "The maximum duration to wait for managed AWS resources to be ready.", ) + // THIS IS A TEST + fs.DurationVar(&syncPeriod, "sync-period", 10*time.Minute,