Dylan Clendenin
Dylan Clendenin
is this PR still being considered?
@elenatanasoiu the problem is that mongod _is_ running and replica set is healthy but these error messages crop up nevertheless
What's up Josh? 1) I love how you opened an issue on your own repo, that's just great. :smile: 2) I'm trying to use `pre-commit` again across my team and...
/usr/local/lib/node/.npm/async_testing/9999.0.0-LINK-25de0aad/package/lib/web-runner.js:343 });
:+1: would save time and be helpful since the fix is easy
CI tests failing at ``` $ ./scripts/pull_travis_ci_tools.sh ~/travisci-tools ~/build/optimizely/agent Initialized empty Git repository in /home/travis/travisci-tools/.git/ remote: Repository not found. fatal: Authentication failed for 'https://@github.com/optimizely/travisci-tools.git/' ```
@dcu can you add this repo to Travis-CI (free for open source)? I can help out w/ the `.travis.yml` file. It'll help to run tests against PRs, etc..
also came across some others that are defined but never getting set in other files, don't remember off top of my head
SMI project has been "archived" (shelved) by CNCF in favor of GAMMA https://www.cncf.io/blog/2023/10/03/cncf-archives-the-service-mesh-interface-smi-project/ https://smi-spec.io/blog/announcing-smi-gateway-api-gamma/
Example: ```yaml --- apiVersion: appmesh.k8s.aws/v1beta2 kind: VirtualNode metadata: name: dog-api-node namespace: ${APP_NAMESPACE} spec: awsName: dog-api-node listeners: - portMapping: port: 443 protocol: http serviceDiscovery: dns: hostname: "dog.ceo" --- apiVersion: appmesh.k8s.aws/v1beta2 kind:...