Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

global_tolerations is ignored #118

Open
0x416e746f6e opened this issue Jan 2, 2025 · 0 comments
Open

global_tolerations is ignored #118

0x416e746f6e opened this issue Jan 2, 2025 · 0 comments

Comments

@0x416e746f6e
Copy link

Using the following parameters:

optimism_package:
  global_tolerations:
    - key: flashbots.net/kurtosis
      operator: Equal
      value: "false"
      effect: NoSchedule

  chains:
    - participants:
        - el_type: op-reth
          cl_type: op-node


      mev_params:
        builder_host: localhost
        builder_port: 8545

ethereum_package:
  global_tolerations:
    - key: flashbots.net/kurtosis
      operator: Equal
      value: "false"
      effect: NoSchedule

  participants:
    - el_type: reth
      cl_type: lighthouse

  network_params:
    preset: minimal
    genesis_delay: 5
    additional_preloaded_contracts: |-
      {
        "0x4e59b44847b379578588920cA78FbF26c0B4956C": {
          "balance": "0ETH",
          "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe03601600081602082378035828234f58015156039578182fd5b8082525050506014600cf3",
          "storage": {},
          "nonce": "1"
        }
      }

Deploys pods into k8s only with the following tolerations:

  tolerations:
  - effect: NoExecute
    key: node.kubernetes.io/not-ready
    operator: Exists
    tolerationSeconds: 300
  - effect: NoExecute
    key: node.kubernetes.io/unreachable
    operator: Exists
    tolerationSeconds: 300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant