-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fix[ManageDomains:k8s]: exclude ipv6 form interfaces in k8s #3925
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works,
but then when i try to add wireguard domain i get this
even though logs show success
client.js:325 phase: {"applyExtrinsic":1}, section: smartContractModule, method: ContractBilled, data: [{"contractId":194710,"timestamp":1740397998,"discountLevel":"None","amountBilled":0}]
client.js:325 phase: {"applyExtrinsic":1}, section: smartContractModule, method: NodeContractCanceled, data: [194710,14,10732]
client.js:325 phase: {"applyExtrinsic":1}, section: utility, method: ItemCompleted, data: []
client.js:325 phase: {"applyExtrinsic":1}, section: balances, method: Reserved, data: ["5DUR8uwERLDdUVkyjjUWrQSgCeUafAKdJLZziNcaCszbqTGJ",1100]
client.js:325 phase: {"applyExtrinsic":1}, section: smartContractModule, method: ContractBilled, data: [{"contractId":194711,"timestamp":1740397998,"discountLevel":"Gold","amountBilled":1100}]
client.js:325 phase: {"applyExtrinsic":1}, section: balances, method: ReserveRepatriated, data: ["5DUR8uwERLDdUVkyjjUWrQSgCeUafAKdJLZziNcaCszbqTGJ","5CNposRewardAccount11111111111111111111111111FSU",110,"Free"]
client.js:325 phase: {"applyExtrinsic":1}, section: balances, method: ReserveRepatriated, data: ["5DUR8uwERLDdUVkyjjUWrQSgCeUafAKdJLZziNcaCszbqTGJ","5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY",990,"Free"]
client.js:325 phase: {"applyExtrinsic":1}, section: smartContractModule, method: RewardDistributed, data: [194711,1100,0]
client.js:325 phase: {"applyExtrinsic":1}, section: smartContractModule, method: NameContractCanceled, data: [194711]
client.js:325 phase: {"applyExtrinsic":1}, section: utility, method: ItemCompleted, data: []
client.js:325 phase: {"applyExtrinsic":1}, section: utility, method: BatchCompleted, data: []
client.js:325 phase: {"applyExtrinsic":1}, section: balances, method: Deposit, data: ["5FXAK4MktAf5dQZURaC5sdRWZNgJPr8zB6iFr3Cbi1j4Svjv",10129]
client.js:325 phase: {"applyExtrinsic":1}, section: transactionPayment, method: TransactionFeePaid, data: ["5DUR8uwERLDdUVkyjjUWrQSgCeUafAKdJLZziNcaCszbqTGJ",10129,0]
client.js:325 phase: {"applyExtrinsic":1}, section: system, method: ExtrinsicSuccess, data: [{"weight":{"refTime":2357432399,"proofSize":15180},"class":"Normal","paysFee":"Yes"}]
client.js:385 Lock released ```
@amiraabouhadid, please provide detailed steps to reproduce i was able to deploy 3 domains over wireguard master and worker |
did you add a record for the custom domain to point to the mentioned ip in the alert ? |
no, good catch. But now I can't even deploy a cluster to reproduce |
Description
if the type is k8s we should list only
wireguard
andipv
based on the machine interfacesChanges
props.vm
to add all the ipv6 form interfacesRelated Issues
Tested Scenarios
Documentation PR
For UI changes, Please provide the Documentation PR on info_grid
To consider
Preliminary Checks:
UI Checks:
Code Quality Checks:
Testing Checklist
General Checklist