Aaron Stainback

Results 51 issues of Aaron Stainback

If I try to combine this with File resource I get file in use errors, I'm trying to figure out the correct workflow for upgrading services. I need to stop\uninstall...

enhancement
help wanted

We are running into the following known Zookeeper bug https://issues.apache.org/jira/browse/ZOOKEEPER-2164 As a workaround, we are running the following liveness probe: `liveness-check` ``` #!/usr/bin/env bash OK=$(echo ruok | nc 127.0.0.1 $1)...

community

Please create an updated version of nemerle that supports .net core.

Is this project active?

In some static constructor keep up with the following: ``` StartDateTime = DateTime.UtcNow; StartTicks = System.Diagnostics.Stopwatch.GetTimestamp(); ``` Then you can calculate the current high precision time using: ``` startDateTime.AddTicks(System.Diagnostics.Stopwatch.GetTimestamp() -...

Specifically, I would like to see the Phase 5 Auto Pilot maturity model achieved. https://operatorhub.io https://raw.githubusercontent.com/operator-framework/operator-sdk/master/doc/images/operator-capability-level.png

When creating a collection I would like to be able to create and associate an autoscaling policy. https://lucene.apache.org/solr/guide/7_7/solrcloud-autoscaling-policy-preferences.html

What is monitoredNamespace? Also can you please explain all the settings in the value.yaml in the documentation? Thanks.

documentation

Can you point to a golang example that is setup correctly for Kube2IAM? Thanks.