Skip to content

Commit

Permalink
Add the autoscaler to the operator's dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
1996fanrui committed Jul 21, 2023
1 parent 52465ce commit 02609f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flink-kubernetes-operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ under the License.
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-autoscaler</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-httpclient-okhttp</artifactId>
Expand Down

0 comments on commit 02609f5

Please sign in to comment.