Nick

Results 18 comments of Nick

as I understand NodeSelector is also fullyManaged?

Any news on this?

@rohanKanojia But this API does not have some features like `awaitUtilReady`.

I have add aws-hadoop macen dependency ``` FROM maven:3.6.1-jdk-8 AS DEPENDENCY_BUILD ADD pom.xml pom.xml RUN mvn dependency:copy-dependencies -DoutputDirectory=/external-jars/ FROM bde2020/hive:2.3.2-postgresql-metastore COPY --from=DEPENDENCY_BUILD /external-jars/ /external-jars/ ``` ``` 4.0.0 com.datainfra.hive hive 1.0-SNAPSHOT...

Hi @Ravipillala I don't remeber all details. But here is Docker file, that I use. ``` #FROM fabric8/java-alpine-openjdk8-jdk:1.6.3 #FROM adoptopenjdk/openjdk11:alpine-slim FROM maven:3.6.1-jdk-8 AS DEPENDENCY_BUILD ADD pom.xml pom.xml RUN mvn dependency:copy-dependencies...

Hi people, Does anyone find a solution to disable this INFO log? Maybe some flag or config on kubelet?

From k8s 1.23 there a feature for gracefull shutdown of node and from 1.24 none-gracefull shutdown. So may be, we can use it to delete pvc from nodes?

@treyhendon As far as I understand official dremio-tool does not support contribution. You can check our fork. https://github.com/AppsFlyer/dremio-cloud-tools

I have the same question here. Look like, the operator does not use celery any more. But use k8s Executor. Can some one confirm this?