-
Notifications
You must be signed in to change notification settings - Fork 30
Space age values #50
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
Space age values #50
Conversation
Changes based of: wube/factorio-data@1.1.110...2.0.8 |
I havent commented all |
I believe the lint error for versions is not a str in the ci is related to the version in chart.yaml I believe it should be 2.0.0 not 2.0 |
fc1c78a
to
e0ef177
Compare
hm.
dunno how i can debug / help here... |
Based on what I can see the rcon port is 27015 but the test that it is running is trying to hit 30100 I am assuming they changed the file for the rcon configuration as well.
|
works on my machine. 🥇 # nc -v 172.19.11.1 30100
Ncat: Version 7.92 ( https://nmap.org/ncat )
Ncat: Connected to 172.19.11.1:30100. log:
my rcon config is basically the values.yml default. rcon:
external: true
type: LoadBalancer
port: 30100
passwordSecret: factorio-rcon-password only updated whats within this PR... # k get svc factorio-server-factorio-server-charts-rcon
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
factorio-server-factorio-server-charts-rcon LoadBalancer 10.42.159.241 172.19.11.1 30100:31365/TCP 74m # k describe svc factorio-server-factorio-server-charts-rcon
Name: factorio-server-factorio-server-charts-rcon
Namespace: factorio
Labels: app=factorio-server-factorio-server-charts
app.kubernetes.io/managed-by=Helm
chart=factorio-server-charts-1.2.5
heritage=Helm
release=factorio-server
Annotations: field.cattle.io/publicEndpoints:
[{"addresses":["172.19.11.1"],"port":30100,"protocol":"TCP","serviceName":"factorio:factorio-server-factorio-server-charts-rcon","allNodes...
meta.helm.sh/release-name: factorio-server
meta.helm.sh/release-namespace: factorio
Selector: app=factorio-server-factorio-server-charts
Type: LoadBalancer
IP Family Policy: SingleStack
IP Families: IPv4
IP: 10.42.159.241
IPs: 10.42.159.241
LoadBalancer Ingress: 172.19.11.1
Port: rcon 30100/TCP
TargetPort: 27015/TCP
NodePort: rcon 31365/TCP
Endpoints: 10.41.4.47:27015
Session Affinity: None
External Traffic Policy: Cluster
Events: <none> ill see what i can find later. it got early today. :) |
it actually worked for me.... pipeline succeeded. see: Kariton#1 can you please rerun yours? |
Very strange, I ran it twice and first time it failed second time it worked. |
Release seems to fail on the |
needed to update the pat for publishing releases its there now. |
fixes: #48